This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: trimming excess errors from -Werror
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Danny Smith <dannysmith at clear dot net dot nz>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 16 May 2007 21:34:44 +0200
- Subject: Re: trimming excess errors from -Werror
- References: <000001c797f0$41970530$7e6d65da@anykey>
Weird. Does -std=c++0x or -std=gnu++0x make a difference?
I'm trying to figure out why I see this warning/error for things like
17_intro/headers/all_c++200x_compatibility.cc
but not always.
-benjamin