mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- silence error C5045 in MSVC
This commit is contained in:
parent
47333badba
commit
bfd0f8fa0a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#pragma warning(disable : 4464) // relative include path contains
|
||||
#pragma warning(disable : 4668) // is not defined as a preprocessor macro
|
||||
#pragma warning(disable : 6313) // Incorrect operator
|
||||
#pragma warning(disable : 5045) // Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified
|
||||
#endif // __MINGW32__
|
||||
|
||||
#include "rapidjson/document.h"
|
||||
|
|
Loading…
Reference in a new issue