This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/50643] Suppress cc1: warnings being treated as errors
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 01 Jan 2012 00:56:52 +0000
- Subject: [Bug middle-end/50643] Suppress cc1: warnings being treated as errors
- Auto-submitted: auto-generated
- References: <bug-50643-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50643
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-01 00:56:52 UTC ---
Well in 4.6 and above say which warning option is used for the error message
but that still does not help when some warnings are turned into errors. How
can you tell the difference between a warning and an error message if the
warning is turned on by default?