msys2: fixed ignoring #pragma warning
This commit is contained in:
parent
3bf6fb1778
commit
3d9aa3ef29
@ -16,7 +16,7 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#if defined(WIN32) && !(defined(__CYGWIN__) || defined(__MINGW32__))
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Disable unavoidable warning messages:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user