From 48e8e76a3451588c87b021ce466f4423f852547d Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Thu, 27 Sep 2018 16:31:31 +0300 Subject: [PATCH] fix build warnings --- modules/core/test/test_intrin.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/core/test/test_intrin.cpp b/modules/core/test/test_intrin.cpp index 602877382d..15ace206c8 100644 --- a/modules/core/test/test_intrin.cpp +++ b/modules/core/test/test_intrin.cpp @@ -12,6 +12,9 @@ #include "test_intrin256.simd.hpp" #include "test_intrin256.simd_declarations.hpp" +#ifdef _MSC_VER +# pragma warning(disable:4702) // unreachable code +#endif namespace opencv_test { namespace hal {