From bc93bdb921fb1c48c6999c04c9259dd9ef037bb3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 14 Oct 2016 08:56:04 -0700 Subject: [PATCH] Fixed compiler option warning for 64-bit builds on Visual Studio 2008 --- VisualC/SDL/SDL_VS2008.vcproj | 2 -- VisualC/SDLmain/SDLmain_VS2008.vcproj | 2 -- VisualC/SDLtest/SDLtest_VS2008.vcproj | 2 -- 3 files changed, 6 deletions(-) diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj index e2e021f1a810e..884d7c0c1fb83 100644 --- a/VisualC/SDL/SDL_VS2008.vcproj +++ b/VisualC/SDL/SDL_VS2008.vcproj @@ -140,7 +140,6 @@ PreprocessorDefinitions="_DEBUG;_WINDOWS" RuntimeLibrary="2" BufferSecurityCheck="false" - EnableEnhancedInstructionSet="1" WarningLevel="3" DebugInformationFormat="1" OmitDefaultLibName="true" @@ -305,7 +304,6 @@ PreprocessorDefinitions="NDEBUG;_WINDOWS" RuntimeLibrary="2" BufferSecurityCheck="false" - EnableEnhancedInstructionSet="1" WarningLevel="3" DebugInformationFormat="3" OmitDefaultLibName="true" diff --git a/VisualC/SDLmain/SDLmain_VS2008.vcproj b/VisualC/SDLmain/SDLmain_VS2008.vcproj index 65dd31d39c1a1..354bf536c737a 100644 --- a/VisualC/SDLmain/SDLmain_VS2008.vcproj +++ b/VisualC/SDLmain/SDLmain_VS2008.vcproj @@ -117,7 +117,6 @@ StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" - EnableEnhancedInstructionSet="1" WarningLevel="3" DebugInformationFormat="1" OmitDefaultLibName="true" @@ -249,7 +248,6 @@ PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" RuntimeLibrary="2" BufferSecurityCheck="false" - EnableEnhancedInstructionSet="1" WarningLevel="3" DebugInformationFormat="1" OmitDefaultLibName="true" diff --git a/VisualC/SDLtest/SDLtest_VS2008.vcproj b/VisualC/SDLtest/SDLtest_VS2008.vcproj index 8a22d0fc45cd7..8b9074794cac4 100644 --- a/VisualC/SDLtest/SDLtest_VS2008.vcproj +++ b/VisualC/SDLtest/SDLtest_VS2008.vcproj @@ -117,7 +117,6 @@ StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" - EnableEnhancedInstructionSet="1" WarningLevel="3" DebugInformationFormat="1" OmitDefaultLibName="true" @@ -249,7 +248,6 @@ PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" RuntimeLibrary="2" BufferSecurityCheck="false" - EnableEnhancedInstructionSet="1" WarningLevel="3" DebugInformationFormat="1" OmitDefaultLibName="true"