mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
fix build warnings
This commit is contained in:
parent
fae329a0ca
commit
48e8e76a34
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user