From 3c0d72a54926c75f15fd0736e0105ea0dea95377 Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Fri, 13 Nov 2015 22:49:23 +0200 Subject: [PATCH] Disable VS warnings in tests Disable warnings about conditions being always true, as they come from the framework. --- build/kvazaar_tests/kvazaar_tests.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/kvazaar_tests/kvazaar_tests.vcxproj b/build/kvazaar_tests/kvazaar_tests.vcxproj index f7140714..593c5962 100644 --- a/build/kvazaar_tests/kvazaar_tests.vcxproj +++ b/build/kvazaar_tests/kvazaar_tests.vcxproj @@ -60,6 +60,9 @@ + + 4127;%(DisableSpecificWarnings) + @@ -79,6 +82,9 @@ $(TargetPath) + + 4127;%(DisableSpecificWarnings) +