We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d68a8 commit acfa19aCopy full SHA for acfa19a
src/stdafx.h
@@ -22,6 +22,7 @@
22
#define WINVER 0x0501
23
24
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
25
+#pragma warning(disable: 5045) // Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified
26
27
#include <afxwin.h> // MFC core and standard components
28
#include <afxext.h> // MFC extensions
0 commit comments