1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Fixed OpenJPEG 2000 compiler warning for some GCC versions (#23710).

This commit is contained in:
Alexander Smorkalov
2023-06-01 10:21:43 +03:00
parent 6d3dd24622
commit 2f805ff7ad
+1
View File
@@ -15,6 +15,7 @@ ocv_warnings_disable(CMAKE_C_FLAGS
-Wimplicit-const-int-float-conversion # clang
-Wunused-but-set-variable # clang15
-Wmissing-prototypes # clang, function opj_t1_ht_decode_cblk
-Wmissing-declarations # gcc, function opj_t1_ht_decode_cblk
)
#-----------------------------------------------------------------------------