This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/30030] New: -Wall -pedantic should be default
- From: "gcc at nefthy dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Nov 2006 16:31:49 -0000
- Subject: [Bug other/30030] New: -Wall -pedantic should be default
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
-Wall -pendatic options warn about a lot of issues that are often programming
errors. I would like to sugest reversing the warning policy so that warnings
should be explicitly turned off instead of on. The rational behind this is
that, the programmer should be warned about possible issues with his code. In
case the programmer knows what he is doing he can still disable the undesired
warning (but he has to do so explicitly).
--
Summary: -Wall -pedantic should be default
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gcc at nefthy dot de
GCC build triplet: *
GCC host triplet: *
GCC target triplet: *
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30030