Task #104 - added.err

back to task #104
download
Error: CLANG_WARNING:
libproxy-0.5.5/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|   }