This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: help: turn off "pragma once is obsolete" warning
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Mark Yang <markarmlinux at yahoo dot com>
- Cc: gcc at gnu dot org
- Date: Thu, 7 Nov 2002 20:02:43 +0000
- Subject: Re: help: turn off "pragma once is obsolete" warning
- References: <20021107184604.95242.qmail@web40704.mail.yahoo.com>
Mark Yang wrote:-
> Anyone knows how to turning off the warning "pragma
> once is obsolete" warning? I have some legacy code
> here, and it's really anoyying.
> If there is no such option, how do I turn off all the
> warnings?
> Thanks a lot!
You could edit the source, or use -w.
Neil.