Hi Samuel, > > did you forgot to push the print format specifier problem in dnsproxy, > > currently connman does not compile :) > Your patch below actually breaks the build for me: > > make --no-print-directory all-am > CC src/dnsproxy.o > src/dnsproxy.c: In function ‘cache_update’: > src/dnsproxy.c:1009:2: error: format ‘%d’ expects argument of type ‘int’, but > argument 9 has type ‘long unsigned int’ [-Werror=format] > cc1: all warnings being treated as errors > > gcc version 4.6.2 (Debian 4.6.2-4) for me. > > What's your build error ?
both of you will be fighting this war forever. Let me relieve you from your pain ;) The format modifier for size_t is %zd. Regards Marcel _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
