Revert: need to start clean again perhaps.
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
#if _MSC_VER == 1400 // VC8 specific warnings
|
#if _MSC_VER == 1400 // VC8 specific warnings
|
||||||
#pragma warning (disable : 4996) // deprecated functions vs "ISO C++ conformant names". (stricmp vs _stricmp)
|
#pragma warning (disable : 4996) // deprecated functions vs "ISO C++ conformant names". (stricmp vs _stricmp)
|
||||||
#pragma warning (disable : 4005) // macro redefinitions (ARRAYSIZE)
|
#pragma warning (disable : 4005) // macro redefinitions (ARRAYSIZE)
|
||||||
#pragma warning (disable : 4652) // inconsistent compiler option 'C++ Exception Handling Unwinding'
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define snprintf _snprintf // Unsure if this goes with __MINGW32__ right now.
|
#define snprintf _snprintf // Unsure if this goes with __MINGW32__ right now.
|
||||||
|
|||||||
Reference in New Issue
Block a user