This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Local disable of specific warnings for a section of code
- From: "Lee Rhodes" <lee at rhoba dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Tue, 28 Aug 2007 12:48:41 -0700
- Subject: Local disable of specific warnings for a section of code
Re: GCC 3.4.4 Lang: C,C++
In general I like have all warnings active, however, I have certain sections
of code where I know a warning will be generated, but I don't want these
warnings to clutter my build output. Is there a solution for this?
Lee.