Hello!
I only want to report some warning messages during compilation on
Solairs 10 with gcc 3.4.3!

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./mspack -I./unrar
-I/usr/include -I/usr/local/include -g -O2 -MT scanners.lo -MD -MP -MF
.deps/scanners.Tpo -c scanners.c  -fPIC -DPIC -o .libs/scanners.lo
scanners.c: In function `cli_scanbzip':
scanners.c:648: warning: assignment makes pointer from integer without a
cast

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./mspack -I./unrar
-I/usr/include -I/usr/local/include -g -O2 -MT unrarppm.lo -MD -MP -MF
.deps/unrarppm.Tpo -c unrar/unrarppm.c  -fPIC -DPIC -o .libs/unrarppm.lo
unrar/unrarppm.c: In function `ppm_decode_char':
unrar/unrarppm.c:975: warning: comparison of distinct pointer types
lacks a cast
unrar/unrarppm.c:976: warning: comparison of distinct pointer types
lacks a cast

if gcc -DHAVE_CONFIG_H -DCL_NOTHREADS -I. -I. -I.. -I../clamscan
-I../shared -I../libclamav   -I/usr/include -I/usr/local/include  -g -O2
-MT clamdscan.o -MD -MP -MF ".deps/clamdscan.Tpo" -c -o clamdscan.o
clamdscan.c; \
then mv -f ".deps/clamdscan.Tpo" ".deps/clamdscan.Po"; else rm -f
".deps/clamdscan.Tpo"; exit 1; fi
clamdscan.c: In function `main':
clamdscan.c:61: warning: passing arg 5 of `opt_parse' from incompatible
pointer type

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../clamd -I../libclamav
-I../shared   -I/usr/include -I/usr/local/include  -g -O2 -MT
clamav-milter.o -MD -MP -MF ".deps/clamav-milter.Tpo" -c -o
clamav-milter.o clamav-milter.c; \
then mv -f ".deps/clamav-milter.Tpo" ".deps/clamav-milter.Po"; else rm
-f ".deps/clamav-milter.Tpo"; exit 1; fi
clamav-milter.c: In function `findServer':
clamav-milter.c:2216: warning: passing arg 2 of `pthread_join' from
incompatible pointer type
clamav-milter.c: In function `clamfi_eom':
clamav-milter.c:3482: warning: passing arg 2 of `smfi_addrcpt' discards
qualifiers from pointer target type
clamav-milter.c:3523: warning: passing arg 2 of `smfi_addrcpt' discards
qualifiers from pointer target type



_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to