mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 11:24:05 +00:00
Disable VS warnings in tests
Disable warnings about conditions being always true, as they come from the framework.
This commit is contained in:
parent
93637f4683
commit
3c0d72a549
|
@ -60,6 +60,9 @@
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<PostBuildEvent />
|
<PostBuildEvent />
|
||||||
|
<ClCompile>
|
||||||
|
<DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||||
|
</ClCompile>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
|
@ -79,6 +82,9 @@
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Command>$(TargetPath)</Command>
|
<Command>$(TargetPath)</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
|
<ClCompile>
|
||||||
|
<DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||||
|
</ClCompile>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\kvazaar_lib\kvazaar_lib.vcxproj">
|
<ProjectReference Include="..\kvazaar_lib\kvazaar_lib.vcxproj">
|
||||||
|
|
Loading…
Reference in a new issue