diff options
Diffstat (limited to 'win32/Support/Support.vcproj')
-rw-r--r-- | win32/Support/Support.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj index 825804a..1071aa0 100644 --- a/win32/Support/Support.vcproj +++ b/win32/Support/Support.vcproj @@ -29,9 +29,9 @@ RuntimeTypeInfo="TRUE" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" + Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="4" - DisableSpecificWarnings="4800;4244;4267"/> + DisableSpecificWarnings="4146,4800"/> <Tool Name="VCCustomBuildTool"/> <Tool @@ -73,7 +73,7 @@ WarningLevel="3" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3" - DisableSpecificWarnings="4099;4800;4244;4267"/> + DisableSpecificWarnings="4146,4800"/> <Tool Name="VCCustomBuildTool"/> <Tool |