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.
Loading
Please register or sign in to comment