Fix C4748 VS2010 waring in bootstrap.c

git-svn-id: file:///home/jj/hercules.svn/trunk@7315 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Paul Gorlinsky
2011-02-06 20:44:54 +00:00
parent 463ebed7b6
commit 0ba658c067

View File

@@ -210,6 +210,9 @@ int main(int ac,char *av[])
#include <Wincon.h> // (need SetConsoleMode, etc)
#pragma warning (disable : 4748)
#pragma optimize( "", off )
static LONG WINAPI HerculesUnhandledExceptionFilter( EXCEPTION_POINTERS* pExceptionPtrs )
{
static BOOL bDidThis = FALSE; // (if we did this once already)