[Integrit-users] compiler warnings
Brought to you by:
ecashin
From: <RD...@ga...> - 2001-11-02 20:40:37
|
While compiling on HP-UX 10.20, with the gmake 3.79.1, gcc 3.0.1 (and the required binutils for HP, 2.11.2), I got the following compiler warnings. I don't know if they're particularly important. gcc -I. -I ./hashtbl -g -Wall -O2 -DHAVE_CONFIG_H -o xml.o -c xml.c xml.c: In function `xml_start_report': xml.c:119: warning: long int format, time_t arg (arg 3) gcc -I. -I ./hashtbl -g -Wall -O2 -DHAVE_CONFIG_H -o eachfile.o -c eachfile.c eachfile.c: In function `show_diffs': eachfile.c:264: warning: assignment from incompatible pointer type gcc -I. -I ./hashtbl -g -Wall -O2 -DHAVE_CONFIG_H -o gnupg/md5.o -c gnupg/md5.c gnupg/md5.c:341:5: warning: pasting "->" and "A" does not give a valid preprocessing token gnupg/md5.c:341:5: warning: pasting "->" and "A" does not give a valid preprocessing token gnupg/md5.c:341:5: warning: pasting "->" and "A" does not give a valid preprocessing token gnupg/md5.c:341:5: warning: pasting "->" and "A" does not give a valid preprocessing token gnupg/md5.c:342:5: warning: pasting "->" and "B" does not give a valid preprocessing token gnupg/md5.c:342:5: warning: pasting "->" and "B" does not give a valid preprocessing token gnupg/md5.c:342:5: warning: pasting "->" and "B" does not give a valid preprocessing token gnupg/md5.c:342:5: warning: pasting "->" and "B" does not give a valid preprocessing token gnupg/md5.c:343:5: warning: pasting "->" and "C" does not give a valid preprocessing token gnupg/md5.c:343:5: warning: pasting "->" and "C" does not give a valid preprocessing token gnupg/md5.c:343:5: warning: pasting "->" and "C" does not give a valid preprocessing token gnupg/md5.c:343:5: warning: pasting "->" and "C" does not give a valid preprocessing token gnupg/md5.c:344:5: warning: pasting "->" and "D" does not give a valid preprocessing token gnupg/md5.c:344:5: warning: pasting "->" and "D" does not give a valid preprocessing token gnupg/md5.c:344:5: warning: pasting "->" and "D" does not give a valid preprocessing token gnupg/md5.c:344:5: warning: pasting "->" and "D" does not give a valid preprocessing token -- Ross Druker Rohm and Haas Co. RD...@Ro... Philadelphia, PA (215) 592-3281 The opinions expressed are mine and not those of Rohm and Haas Company. |