
codesite-noreply at google
Feb 26, 2009, 2:14 AM
Post #1 of 2
(243 views)
Permalink
|
|
Issue 373 in cherokee: FreeBSD evil compile error bug
|
|
Status: Accepted Owner: ste...@konink.de Labels: Type-Enhancement Priority-High Component-Logic Maintainability New issue 373 by ste...@konink.de: FreeBSD evil compile error bug http://code.google.com/p/cherokee/issues/detail?id=373 Thanks to LadySerena we have some insights in the unpretty BSD situation of our code. socket.c: In function 'cherokee_socket_sendfile': socket.c:1152: warning: passing argument 6 of 'sendfile' from incompatible pointer type socket.c:991: warning: unused variable '_sent' config_entry.c: In function 'cherokee_config_entry_print': config_entry.c:219: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'time_t' source.c: In function 'set_host': source.c:198: warning: pointer targets in passing argument 3 of 'cherokee_parse_host' differ in signedness admin_client.c: In function 'internal_step': admin_client.c:170: warning: unused variable 'downloader' (the TRACE error) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|