--- old/hotspot/agent/src/os/win32/windbg/sawindbg.cpp 2015-12-16 21:11:15.761735229 +0100 +++ new/hotspot/agent/src/os/win32/windbg/sawindbg.cpp 2015-12-16 21:11:15.641735227 +0100 @@ -25,6 +25,11 @@ // 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.