This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PATCH: fix warning in libstdc++/src/strstream.cc
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: Ben Elliston <bje at au1 dot ibm dot com>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, iant at google dot com
- Date: Fri, 05 Jan 2007 00:53:39 +0100
- Subject: Re: PATCH: fix warning in libstdc++/src/strstream.cc
- References: <200701042345.l04NjjdF029700@localhost.localdomain>
Andrew Pinski wrote:
- do_get = do_put = true;
+ do_get = (do_put = true);
I don't think we should be warning here at all.
I'm also rather puzzled by the warning...
Paolo.