- silence error C5045 in MSVC

This commit is contained in:
Rachael Alexanderson 2022-03-11 11:02:55 -05:00
parent 47333badba
commit bfd0f8fa0a

View file

@ -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"