Is there a way to disable warnings by an identification number? For example something like this: g++ -W-disable-<some number> And if so, is there a table of warning numbers and there corresponding meaning? I've looked at the information related to warnings here http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#Warning-Options but don't see anything. Thanks (Please CC replies since I am not subscribed to this list)