Fix linux/CI build breaker.
This commit is contained in:
parent
630fb23046
commit
ea968149f2
@ -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 )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user