This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
How can one disable gcc warnings inline with c code?
- From: "Jamie Risk" <jamie_risk at yahoo dot ca>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 19 Mar 2003 10:16:15 -0500
- Subject: How can one disable gcc warnings inline with c code?
- Reply-to: "Jamie Risk" <jamie_risk at yahoo dot ca>
A few system libraries are giving me grief by causing numerous warnings in
otherwise 'clean' or warning free code. Without disabling the warning
checking at the command line is there a way to disable the warnings inline?