Task #821 - libproxy-0.5.7-1.fc41/scan-results.err
back to task #821download
Error: CPPCHECK_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/redhat-linux-build/tmp-introspectw0alpj4o/Libproxy-1.0.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/redhat-linux-build/tmp-introspectw0alpj4o/Libproxy-1.0.c:799:27: warning[core.NullDereference]: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'error') Error: CPPCHECK_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/src/backend/plugins/config-gnome/config-gnome.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/src/backend/plugins/config-kde/config-kde.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/src/backend/plugins/config-sysconfig/config-sysconfig.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/src/backend/px-manager.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/tests/px-manager-test.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/tests/px-manager-test.c:192:3: warning[deadcode.DeadStores]: Value stored to 'thread' is never read # 190| g_autoptr (GThread) thread = NULL; # 191| # 192|-> thread = g_thread_new ("test", (GThreadFunc)download_pac, self); # 193| g_main_loop_run (self->loop); # 194| } Error: CLANG_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/tests/px-manager-test.c:286:3: warning[deadcode.DeadStores]: Value stored to 'thread' is never read # 284| g_autoptr (GThread) thread = NULL; # 285| # 286|-> thread = g_thread_new ("test", (GThreadFunc)get_proxies_pac, self); # 287| g_main_loop_run (self->loop); # 288| } Error: CLANG_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/tests/px-manager-test.c:297:3: warning[deadcode.DeadStores]: Value stored to 'thread' is never read # 295| # 296| g_setenv("PX_DEBUG", "1", TRUE); # 297|-> thread = g_thread_new ("test", (GThreadFunc)get_proxies_pac, self); # 298| g_main_loop_run (self->loop); # 299| g_unsetenv ("PX_DEBUG"); Error: CLANG_WARNING: libproxy-0.5.7-build/libproxy-0.5.7/tests/px-manager-test.c:323:3: warning[deadcode.DeadStores]: Value stored to 'thread' is never read # 321| g_autoptr (GThread) thread = NULL; # 322| # 323|-> thread = g_thread_new ("test", (GThreadFunc)get_wpad, self); # 324| g_main_loop_run (self->loop); # 325| }