I want to suppress specific warnings from g++. I\'m aware of the -Wno-XXX flag, but I\'m looking for something more specific. I want some of th
-Wno-XXX
For some warnings, there is a command line switch to disable them. In order to know which switch to use, pass -fdiagnostics-show-option to gcc.