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