1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Disable warning C5054 in VS 2022 C++20

This commit is contained in:
Alexander Smorkalov
2023-07-25 14:50:55 +03:00
parent e5e1a3bfde
commit b22c2505a8
3 changed files with 16 additions and 1 deletions
@@ -51,7 +51,7 @@
#ifdef _MSC_VER
#pragma warning( push )
#pragma warning( disable: 4127 )
#pragma warning( disable: 4127 5054 )
#endif
#if defined(CV_SKIP_DISABLE_CLANG_ENUM_WARNINGS)