This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
howto restrict Warnings to non-system files?
- To: gcc-help at gcc dot gnu dot org
- Subject: howto restrict Warnings to non-system files?
- From: Markus Werle <markus at lufmech dot rwth-aachen dot de>
- Date: Tue, 26 Jun 2001 17:33:37 +0200
Hi,
The very useful option -Weffc++ is of no use because of millions of
"errors" in gcc's own STL. For the normal user it would be nice to only
hear complains about her own code.
We all know that the STL sometimes needs to carefully violate
good C++ programming practice to achieve run-time efficiency.
(or can the STL be improved to quiet down gcc warnings? :-))
Markus