Source: psensor Severity: minor Tags: patch User: pkg-llvm-t...@lists.alioth.debian.org Usertags: clang-ftbfs
Hello, Using the rebuild infrastructure, your package fails to build with clang (instead of gcc). We detected this kinf of error: http://clang.debian.net/status.php?version=3.4.2&key=SOMETIMES_UNINITIALIZED Full build log is available here: ihttp://clang.debian.net/logs/2014-06-16/psensor_1.0.2-1_unstable_clang.log Thanks, Alexander -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- psensor-1.0.2/src/pxdg.c 2014-06-03 10:54:34.000000000 +0400 +++ psensor-1.0.2-my/src/pxdg.c 2014-06-29 00:52:17.311636232 +0400 @@ -102,8 +102,8 @@ int pxdg_is_autostarted() { char *user_desktop; - unsigned int ret; - GKeyFile *kfile; + unsigned int ret = 0; + GKeyFile *kfile = NULL; log_fct_enter();