Suppressing warnings in the source with pragma when compiling with g++ -


Provides a visual studio source to suppress the alert.

Does the GCC provide the same facility? I found how I can get the option to disable the warning using the -fdiagnostics-show-option , and I can use the command line to suppress the warning, but if possible If so, I would like to use Progama.

I believe this question was answered first:



Comments