binarycrusader / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Build error on pxgconf #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[  5%] Building CXX object libproxy/CMakeFiles/pxgconf.dir/modules/pxgconf.o
cc1plus: warnings being treated as errors
/usr/src/packages/BUILD/libproxy-0.4.0/libproxy/modules/pxgconf.cpp: In
function 'gboolean in(GIOChannel*, GIOCondition, void*)':
/usr/src/packages/BUILD/libproxy-0.4.0/libproxy/modules/pxgconf.cpp:103:13:
error: converting to non-pointer type 'gchar' from NULL
/usr/src/packages/BUILD/libproxy-0.4.0/libproxy/modules/pxgconf.cpp:111:14:
error: converting to non-pointer type 'gchar' from NULL
make[2]: *** [libproxy/CMakeFiles/pxgconf.dir/modules/pxgconf.o] Error 1
make[1]: *** [libproxy/CMakeFiles/pxgconf.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

Original issue reported on code.google.com by dominiqu...@gmail.com on 9 Mar 2010 at 8:35

GoogleCodeExporter commented 9 years ago
Happens with gcc45-4.5.0_20100302 snapshot... gcc is getting stricter.

Original comment by dominiqu...@gmail.com on 9 Mar 2010 at 8:36

GoogleCodeExporter commented 9 years ago
Fixed in r613.

Original comment by npmccallum@gmail.com on 10 Mar 2010 at 9:13