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.