remove unneeded warning options
parent
93c8735dec
commit
8ca1b85770
|
|
@ -109,7 +109,6 @@
|
||||||
ProgramDataBaseFileName=".\CT_DLL_Import_Release/"
|
ProgramDataBaseFileName=".\CT_DLL_Import_Release/"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
|
||||||
DebugInformationFormat="3"/>
|
DebugInformationFormat="3"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
|
|
@ -180,7 +179,6 @@ echo unless it undergoes FIPS validation.
|
||||||
ProgramDataBaseFileName=".\CT_DLL_Import_Debug/"
|
ProgramDataBaseFileName=".\CT_DLL_Import_Debug/"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
Detect64BitPortabilityProblems="TRUE"
|
|
||||||
DebugInformationFormat="4"/>
|
DebugInformationFormat="4"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue