This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: STL: warning: comparison between signed and unsigned
- To: carlo at runaway dot xs4all dot nl (Carlo Wood), egcs at cygnus dot com
- Subject: Re: STL: warning: comparison between signed and unsigned
- From: Jason Merrill <jason at cygnus dot com>
- Date: 01 Aug 1998 14:03:05 -0700
- References: <199808010119.DAA01206.cygnus.egcs@jolan.ppro>
>>>>> Carlo Wood <carlo@runaway.xs4all.nl> writes:
> I get a lot of "warning: comparison between signed and unsigned"
> warnings in the STL header files. This is pretty annoying (especially
> cause I insist on using -Werror).
> Till now I fixed this every time by hand, but I wondered if it shouldn't
> be fixed in the distribution too.
> I am willing to supply a patch for the stl headers.
> Comments?
It would be best to send a patch to stl@sgi.com to have it fixed in their
sources.
Jason