< prev index next >

hotspot/agent/src/os/win32/windbg/sawindbg.cpp

Print this page

        

@@ -23,10 +23,15 @@
  */
 
 // Disable CRT security warning against strcpy/strcat
 #pragma warning(disable: 4996)
 
+#if _MSC_VER >= 1900
+// typedef ignored on left when no variable is declared
+#pragma warning(disable: 4091) 
+#endif
+
 // this is source code windbg based SA debugger agent to debug
 // Dr. Watson dump files and process snapshots.
 
 #include "sun_jvm_hotspot_debugger_windbg_WindbgDebuggerLocal.h"
 
< prev index next >