https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89808
Diego SC <diego.santacruz at spinetix dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diego.santacruz at spinetix dot co | |m --- Comment #13 from Diego SC <diego.santacruz at spinetix dot com> --- Another use case. We are using precompiled headers in our application, and that includes headers which have "#pragma once". When generating the precompiled header we get this warning: warning: #pragma once in main file In that context the warning is actually invalid, so it would be really nice to be able to turn this warning off, without turning off all warnings.