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 816fca9 commit d9f3f3eCopy full SHA for d9f3f3e
src/xrCore/xrDebug.cpp
@@ -4,9 +4,11 @@
4
#include "xrDebug.h"
5
#include "os_clipboard.h"
6
#include "Debug/dxerr.h"
7
+#pragma warning(push)
8
+#pragma warning(disable:4091) // 'typedef ': ignored on left of '' when no variable is declared
9
#include "Debug/StackTrace.h"
10
#include "Debug/MiniDump.h"
-
11
+#pragma warning(pop)
12
#include <malloc.h>
13
#include <direct.h>
14
@@ -29,8 +31,6 @@ static BOOL bException = FALSE;
29
31
#include <exception>
30
32
#endif
33
-#include <dbghelp.h> // MiniDump flags
34
#ifdef USE_BUG_TRAP
35
#include <BugTrap/source/Client/BugTrap.h>
36
#pragma comment(lib, "BugTrap.lib")
0 commit comments