vote up 1 vote down star

-Wall enables a warning I do not want. Specifically -Wunknown-pragmas, how do I have GCC suppress the message after it is enabled by Wall ?

flag

40% accept rate

1 Answer

vote up 9 vote down check

gcc -Wall -Wno-unknown-pragmas

should work.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.