Raphael Manfredi wrote:
> :kmsg.c: In function âk_send_find_value_responseâ:
> :kmsg.c:626: warning: format â%dâ expects type âintâ, but argument 4
> has
> :type âsize_tâ
> :kmsg.c:626: warning: format â%dâ expects type âintâ, but argument 5
> has
> :type âsize_tâ
O
Hauke Hachmann wrote:
> kmsg.c: In function ‘k_send_find_value_response’:
> kmsg.c:626: warning: format ‘%d’ expects type ‘int’, but argument 4 has
> type ‘size_t’
> kmsg.c:626: warning: format ‘%d’ expects type ‘int’, but argument 5 has
> type ‘size_t’
Too bad this is just a warning and doesn't
Quoting Hauke Hachmann <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel:
:Hi list,
:
:I get the following build failure with latest svn r15883:
:
:cc -c -I../.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include Â
:-DCORE_SOURCES -DCURDIR=src/dht -O2 -g -momit-leaf-frame-pointer -W -Wall
Haxe wrote:
> current svn (r13780) fails to build with the following error:
> sockets.c: In function ‘socket_set_accept_filters’:
> sockets.c:2472: error: ‘tcp_defer_accept_timeout’ undeclared (first use
> in this function)
Thanks, should be fixed now.
--
Christian