Skip to content
  • Ralph Giles's avatar
    Conditionalize #pragma warn for MSVC. · 25eca1c3
    Ralph Giles authored
    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.
    25eca1c3