This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Warning from sstream
- To: libstdc++ at sources dot redhat dot com
- Subject: Warning from sstream
- From: Ben Elliston <bje at redhat dot com>
- Date: Wed, 11 Jul 2001 10:30:05 +1000 (EST)
When compiling my app with many warnings turned on, I get:
/u5/gnu/include/g++-3/sstream: In method `int stringbuf::sync ()':
/u5/gnu/include/g++-3/sstream:171: warning: comparison between a signed and an unsigned integer expressions
Could this be fixed to help cut down on the noise?
Ben