mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
disable "nonstandard extension used 'bool'" warning spam
In newer versions of MSVC, this could have been achieved with /wd4237, however 4.2 doesn't have this option, it only seems to have the pragma. Ah well.
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
#define COMPAT_CONST
|
||||
#endif
|
||||
|
||||
// DIsable "nonstandard extension used : 'bool'" warning spam
|
||||
#pragma warning( disable : 4237 )
|
||||
|
||||
#define MSVC420_VERSION 1020
|
||||
|
||||
// STL compatibility.
|
||||
|
Reference in New Issue
Block a user