Code: Select all
tclmisc.c: In function `tcl_unixtime':
tclmisc.c:381: warning: long int format, time_t arg (arg 4)
tclmisc.c:381: warning: long int format, time_t arg (arg 4)
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c tcluser.c
tcluser.c: In function `tcl_ignorelist':
tcluser.c:484: warning: long unsigned int format, time_t arg (arg 4)
tcluser.c:484: warning: long unsigned int format, time_t arg (arg 4)
tcluser.c:486: warning: long unsigned int format, time_t arg (arg 4)
tcluser.c:486: warning: long unsigned int format, time_t arg (arg 4)
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c userent.c
userent.c: In function `laston_pack':
userent.c:315: warning: long unsigned int format, time_t arg (arg 3)
userent.c: In function `laston_write_userfile':
userent.c:331: warning: long unsigned int format, time_t arg (arg 3)
userent.c: In function `laston_tcl_get':
or ..
Code: Select all
touch ../../../irc.so
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././notes.mod/notes.c
.././notes.mod/notes.c: In function `tcl_storenote':
.././notes.mod/notes.c:316: warning: long int format, int arg (arg 5)
.././notes.mod/notes.c: In function `msg_notes':
.././notes.mod/notes.c:816: warning: long int format, int arg (arg 5)
mv notes.o ../
ld -Bshareable -x -o ../../../notes.so ../notes.o -L/usr/local/lib -ltcl84 -lm
touch ../../../notes.so
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/
?