This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52118] New: The explanation of Wunused-local-typedefs is truncated
- From: "goeran at uddeborg dot se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 03 Feb 2012 20:58:05 +0000
- Subject: [Bug c/52118] New: The explanation of Wunused-local-typedefs is truncated
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52118
Bug #: 52118
Summary: The explanation of Wunused-local-typedefs is truncated
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: goeran@uddeborg.se
In gcc/c-family/c.opt there is this code.
Wunused-local-typedefs
C ObjC C++ ObjC++ Var(warn_unused_local_typedefs) Warning
Warn about
I would assume the intention was to explain the flag in SOME more detail. :-)