Merge pull request #23721 from asmorkalov:as/openjpeg_2.5_warning_fix

Fixed OpenJPEG 2000 compiler warning for some GCC versions (#23710)
pull/23772/head
Alexander Smorkalov 1 year ago committed by GitHub
commit 36d6ca529d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      3rdparty/openjpeg/CMakeLists.txt

@ -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
)
#-----------------------------------------------------------------------------

Loading…
Cancel
Save