I am tired of having to look at warnings during our compilations - warnings that come from MS include files.
"C:Program FilesMicrosoft SDKsWindowsv6.0Aincludemmsystem.h(1840): warning C4201: nonstandard extension used : nameless struct/union"
I have seen this thread that suggests changing the header itself (but then each of my team mates has to do it and we have to do it on the build server - not to mention it is a glorious HACK)
Is there a better way? I don t want to turn it off globally - just to suppress it for certain files or directories.
Any suggestions?
EDIT For some stupid reason I didn t think I could set warning levels across include files. Thanks - that does the trick.