This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/47901] -Wall should not imply -Wformat-zero-length by default
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 27 Jul 2017 15:36:56 +0000
- Subject: [Bug c/47901] -Wall should not imply -Wformat-zero-length by default
- Auto-submitted: auto-generated
- References: <bug-47901-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-07-27
CC| |egallager at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #10 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Manuel López-Ibáñez from comment #8)
> I still think it may be fine moving this warning to -Wextra, since it gives
> false positives and when it does, they are hard to avoid.
>
> Anders, you may get to convince more people by sending a patch to
> gcc-patches with your reasoning.
Confirming