< prev index next >

hotspot/src/os/windows/vm/decoder_windows.hpp

Print this page

        

@@ -24,10 +24,13 @@
 
 #ifndef OS_WINDOWS_VM_DECODER_WINDOWS_HPP
 #define OS_WINDOWS_VM_DECIDER_WINDOWS_HPP
 
 #include <windows.h>
+#if _MSC_VER >= 1900
+#pragma warning( disable : 4091 ) // typedef ignored on left when no variable is declared
+#endif
 #include <imagehlp.h>
 
 #include "utilities/decoder.hpp"
 
 // functions needed for decoding symbols
< prev index next >