This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/53345] some OPT_Wformat is enabled by default
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 May 2012 15:00:32 +0000
- Subject: [Bug objc/53345] some OPT_Wformat is enabled by default
- Auto-submitted: auto-generated
- References: <bug-53345-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53345
--- Comment #2 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2012-05-14 15:00:32 UTC ---
A relatively simple fix is a new option OPT_Wformat_pedantic that is enabled by
default. Another option is to enable Wformat by default. That doesn't sound too
bad.