Original Post
Hi there, happy New Year! I've a question: is there any way to globally disable warnings on standard includes (and I would very much like to avoid using #pragma warning)? This is in Visual C++ 2005 (Express). I've looked through the documentation, google, and the forums, so either I suck at research, or there wasn't anything. For instance, mmsystem.h will cause C4201: nonstandard extension used : nameless struct/union. I don't particularly want to know what the Microsoft supplied headers are doing "wrong". Thanks in advance. jfl.