This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33255] A warning for "unused" typedefs?
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 24 Jul 2011 22:50:12 +0000
- Subject: [Bug c++/33255] A warning for "unused" typedefs?
- Auto-submitted: auto-generated
- References: <bug-33255-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255
--- Comment #19 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-07-24 22:49:32 UTC ---
Just as a note, wanted also to add that if I understand correctly the
(temporary?!?) small issue with system headers, it would also affect people
building their code with -D_GLIBCXX_CONCEPT_CHECKS (by itself largely
deprecated and not being updated for c++0x). Again, I don't see this as a
serious issue if the new warning remains, for now at least, outside -Wall.