msys2: fixed ignoring #pragma warning

This commit is contained in:
Philippe Renon 2016-06-11 17:44:41 +02:00
parent 3bf6fb1778
commit 3d9aa3ef29

View File

@ -16,7 +16,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#ifdef WIN32 #if defined(WIN32) && !(defined(__CYGWIN__) || defined(__MINGW32__))
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Disable unavoidable warning messages: // Disable unavoidable warning messages: