Fixed CVS-47220 (#3958)

This commit is contained in:
Ilya Lavrenov 2021-01-21 20:44:12 +03:00 committed by GitHub
parent 9857f6368d
commit 4f932ade9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,11 @@
#error CV_SIMD128 is required!
#endif
#if defined __GNUC__
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wstrict-overflow"
#endif
#include <cstring>
using namespace cv;