Fixed compiler option warning for 64-bit builds on Visual Studio 2008
This commit is contained in:
parent
85e2c13745
commit
420b160452
3 changed files with 0 additions and 6 deletions
|
@ -140,7 +140,6 @@
|
||||||
PreprocessorDefinitions="_DEBUG;_WINDOWS"
|
PreprocessorDefinitions="_DEBUG;_WINDOWS"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
EnableEnhancedInstructionSet="1"
|
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
DebugInformationFormat="1"
|
DebugInformationFormat="1"
|
||||||
OmitDefaultLibName="true"
|
OmitDefaultLibName="true"
|
||||||
|
@ -305,7 +304,6 @@
|
||||||
PreprocessorDefinitions="NDEBUG;_WINDOWS"
|
PreprocessorDefinitions="NDEBUG;_WINDOWS"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
EnableEnhancedInstructionSet="1"
|
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
OmitDefaultLibName="true"
|
OmitDefaultLibName="true"
|
||||||
|
|
|
@ -117,7 +117,6 @@
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
EnableEnhancedInstructionSet="1"
|
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
DebugInformationFormat="1"
|
DebugInformationFormat="1"
|
||||||
OmitDefaultLibName="true"
|
OmitDefaultLibName="true"
|
||||||
|
@ -249,7 +248,6 @@
|
||||||
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
|
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
EnableEnhancedInstructionSet="1"
|
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
DebugInformationFormat="1"
|
DebugInformationFormat="1"
|
||||||
OmitDefaultLibName="true"
|
OmitDefaultLibName="true"
|
||||||
|
|
|
@ -117,7 +117,6 @@
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
EnableEnhancedInstructionSet="1"
|
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
DebugInformationFormat="1"
|
DebugInformationFormat="1"
|
||||||
OmitDefaultLibName="true"
|
OmitDefaultLibName="true"
|
||||||
|
@ -249,7 +248,6 @@
|
||||||
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
|
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
BufferSecurityCheck="false"
|
BufferSecurityCheck="false"
|
||||||
EnableEnhancedInstructionSet="1"
|
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
DebugInformationFormat="1"
|
DebugInformationFormat="1"
|
||||||
OmitDefaultLibName="true"
|
OmitDefaultLibName="true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue