diff options
Diffstat (limited to 'msvc/gtest_unittest.vcproj')
-rw-r--r-- | msvc/gtest_unittest.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/gtest_unittest.vcproj b/msvc/gtest_unittest.vcproj index 9dc4e07a..58203e5a 100644 --- a/msvc/gtest_unittest.vcproj +++ b/msvc/gtest_unittest.vcproj @@ -25,7 +25,7 @@ RuntimeLibrary="5"
UsePrecompiledHeader="3"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -70,7 +70,7 @@ RuntimeLibrary="4"
UsePrecompiledHeader="3"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
|