On Aug 2, 2011, at 4:23 PM, Colin Barrett wrote: > From the GCC manual: > >> -Wno-cpp >> (C, Objective-C, C++, Objective-C++ and Fortran only) >> Suppress warning messages emitted by #warning directives. > > Would be a good one to turn on in whatever configuration buildbot is using. > Then we might be able to turn on -Werror! > > -Colin
Probably want -Wno-deprecated as well, but yeah, this seems like a good thing to turn on for buildbot builds. David