This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
new command-line option idea
- From: Joshua Haberman <joshua at haberman dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 22 Jan 2002 18:01:47 -0800
- Subject: new command-line option idea
It would be nice if there was an option to disable warnings for header
files #included inside brackets (<>). This would allow programmers to
hold their software to a higher standard than the headers' authors did,
without spurious warnings being generated (or compilation failing if
-Werror is in use).
This could be a solution for this FAQ:
http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#4_4_Weff
Joshua
--
Joshua Haberman <joshua@haberman.com>