Commit 0706bd72 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #12671 from alalek:fix_build_warnings_3.4

parents f6dc396a 48e8e76a
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment