1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

build: w/a compiler warnings for GCC 11-12 and Clang 13, reduce build output

This commit is contained in:
Maksim Shabunin
2023-07-06 19:27:16 +03:00
parent 8839bd572e
commit 09944a83d9
8 changed files with 50 additions and 25 deletions
+1
View File
@@ -26,6 +26,7 @@ else()
-Wsuggest-override -Winconsistent-missing-override
-Wimplicit-fallthrough
-Warray-bounds # GCC 9+
-Wstringop-overflow -Wstringop-overread # GCC 11-12
)
endif()
if(CV_ICC)