Fix linux/CI build breaker.

This commit is contained in:
Robin Mills 2021-02-24 11:55:59 +00:00
parent 630fb23046
commit ea968149f2

View File

@ -2,7 +2,7 @@
if (COMPILER_IS_GCC OR COMPILER_IS_CLANG) # MINGW, Linux, APPLE, CYGWIN
if ( EXIV2_TEAM_WARNINGS_AS_ERRORS )
add_compile_options(-Werror -Wno-error=deprecated-declarations)
add_compile_options(-Werror -Wno-error=deprecated-declarations -Wno-error=deprecated-copy)
endif ()
if ( EXIV2_TEAM_EXTRA_WARNINGS )