Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit db5ed3c

Browse files
authored
Merge pull request #138 from intel/test-fix-msvc-warning
haxm-tests.vcxproj: Fix build warning
2 parents 36564bb + ef854f1 commit db5ed3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platforms/windows/haxm-tests.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<ClCompile>
6161
<Optimization>Disabled</Optimization>
6262
<PreprocessorDefinitions>HAX_TESTS;WIN32;_DEBUG;_CONSOLE;_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
63-
<MinimalRebuild>true</MinimalRebuild>
6463
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
6564
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
6665
<WarningLevel>Level3</WarningLevel>
@@ -75,7 +74,6 @@
7574
<ClCompile>
7675
<Optimization>Disabled</Optimization>
7776
<PreprocessorDefinitions>HAX_TESTS;X64;_DEBUG;_CONSOLE;_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
78-
<MinimalRebuild>true</MinimalRebuild>
7977
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
8078
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
8179
<WarningLevel>Level3</WarningLevel>

0 commit comments

Comments
 (0)