Commits
Ralph Giles committed 25eca1c33e2
Conditionalize #pragma warn for MSVC. This warning disable was conditional on _WIN32, which mingw also defines, resulting in a warning about the unknown pragma on gcc. Instead make it depend on something only the Visual Studio compiler defines.