"Tom Browder" <tom.browder@xxxxxxxxx> writes: > Is there any way that gcc pragmas could be used to suppress all the > warnings that appear when building gcc? The easiest way would be to use the -w command line option. In gcc 4.3 and later you can use #pragma GCC diagnostic. Ian