This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


 > /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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]