This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

disabling warnings by identification number


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]