Issue82

Title compile warnings on Ubuntu 9.10 x86_64
Priority bug Status chatting
Superseder Nosy List poeml
Assigned To poeml Keywords

Created on 2010-11-06.05:00:10 by poeml, last changed by poeml.

Messages
msg308 (view) Author: poeml Date: 2010-11-06.05:02:29
Line numbers refer to r8210 (2.14.0)
msg307 (view) Author: poeml Date: 2010-11-06.05:00:09
cd mod_mirrorbrain && /usr/bin/apxs2 -c mod_mirrorbrain.c/usr/share/apr-
1.0/build/libtool --silent --mode=compile --tag=disable-static x86_64-linux-gnu-
gcc -prefer-pic -DLINUX=2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT 
-I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread     
-I/usr/include/apache2  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0   -c -o 
mod_mir
rorbrain.lo mod_mirrorbrain.c && touch mod_mirrorbrain.slomod_mirrorbrain.c: In 
function 'mb_handler':
mod_mirrorbrain.c:3025: warning: format '%d' expects type 'int', but argument 3 
has type 'size_t'
mod_mirrorbrain.c:3030: warning: format '%d' expects type 'int', but argument 3 
has type 'size_t'
mod_mirrorbrain.c:3036: warning: format '%d' expects type 'int', but argument 3 
has type 'size_t'
mod_mirrorbrain.c:3044: warning: format '%d' expects type 'int', but argument 3 
has type 'long unsigned int'mod_mirrorbrain.c:3063: warning: format '%d' expects 
type 'int', but argument 3 has type 'size_t'
mod_mirrorbrain.c:3087: warning: format '%d' expects type 'int', but argument 3 
has type 'size_t'
mod_mirrorbrain.c:3111: warning: format '%d' expects type 'int', but argument 3 
has type 'size_t'mod_mirrorbrain.c:3119: warning: format '%d' expects type 
'int', but argument 3 has type 'size_t'mod_mirrorbrain.c:3128: warning: format 
'%d' expects type 'int', but argument 3 has type 'size_t'
mod_mirrorbrain.c:3137: warning: format '%d' expects type 'int', but argument 3 
has type 'size_t'mod_mirrorbrain.c:3146: warning: format '%d' expects type 
'int', but argument 3 has type 'size_t'
mod_mirrorbrain.c:3153: warning: format '%d' expects type 'int', but argument 3 
has type 'size_t'
History
Date User Action Args
2010-11-06 05:02:29poemlsetstatus: unread -> chatting
messages: + msg308
2010-11-06 05:00:10poemlcreate