mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
Merge pull request #12671 from alalek:fix_build_warnings_3.4
This commit is contained in:
commit
0706bd72b8
@ -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