Skip to content

Commit

Permalink
Fixed compiler option warning for 64-bit builds on Visual Studio 2008
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 14, 2016
1 parent d5ddb3c commit bc93bdb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions VisualC/SDL/SDL_VS2008.vcproj
Expand Up @@ -140,7 +140,6 @@
PreprocessorDefinitions="_DEBUG;_WINDOWS"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableEnhancedInstructionSet="1"
WarningLevel="3"
DebugInformationFormat="1"
OmitDefaultLibName="true"
Expand Down Expand Up @@ -305,7 +304,6 @@
PreprocessorDefinitions="NDEBUG;_WINDOWS"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableEnhancedInstructionSet="1"
WarningLevel="3"
DebugInformationFormat="3"
OmitDefaultLibName="true"
Expand Down
2 changes: 0 additions & 2 deletions VisualC/SDLmain/SDLmain_VS2008.vcproj
Expand Up @@ -117,7 +117,6 @@
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableEnhancedInstructionSet="1"
WarningLevel="3"
DebugInformationFormat="1"
OmitDefaultLibName="true"
Expand Down Expand Up @@ -249,7 +248,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableEnhancedInstructionSet="1"
WarningLevel="3"
DebugInformationFormat="1"
OmitDefaultLibName="true"
Expand Down
2 changes: 0 additions & 2 deletions VisualC/SDLtest/SDLtest_VS2008.vcproj
Expand Up @@ -117,7 +117,6 @@
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableEnhancedInstructionSet="1"
WarningLevel="3"
DebugInformationFormat="1"
OmitDefaultLibName="true"
Expand Down Expand Up @@ -249,7 +248,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
RuntimeLibrary="2"
BufferSecurityCheck="false"
EnableEnhancedInstructionSet="1"
WarningLevel="3"
DebugInformationFormat="1"
OmitDefaultLibName="true"
Expand Down

0 comments on commit bc93bdb

Please sign in to comment.