This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: help: turn off "pragma once is obsolete" warning


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]