warnings in 3.3: comparison of unsigned expression < 0 is always false

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Thu May 8 02:29:00 GMT 2003


 > /usr/local/src/branch/gcc/gcc/tlink.c:598: warning: comparison of unsigned expression < 0 is always false
 > /usr/local/src/branch/gcc/gcc/tlink.c:614: warning: comparison of unsigned expression < 0 is always false
 > /usr/local/src/branch/gcc/gcc/tlink.c:659: warning: comparison of unsigned expression < 0 is always false
 > 
 > Is there something we could do about them?

These are harmless, you can ignore them.  They come from the inline
string macros in glibc headers.

The warnings have been fixed on the trunk, and it's unlikely they'll
be fixed in 3.3 given where we are in the release cycle.

		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu



More information about the Gcc mailing list