[1mdiff --git a/CMakeLists.txt b/CMakeLists.txt[m
[1mindex aa0ab72..474069f 100644[m
[1m--- a/CMakeLists.txt[m
[1m+++ b/CMakeLists.txt[m
[36m@@ -16,7 +16,7 @@[m [mmacro (tfdn_set_compile_options target)[m
set_property (TARGET ${target} PROPERTY C_STANDARD 11)[m
target_compile_options (${target} PRIVATE -Wall -Wpedantic)[m
if (TFDN_ENABLE_WARN_ERROR)[m
[31m- target_compile_options (${target} PRIVATE -Werror)[m
[32m+[m[32m target_compile_options (${target} PRIVATE -Werror -Wno-deprecated-declarations)[m
endif ()[m
if (CMAKE_COMPILER_IS_GNUCC)[m
target_compile_options (${target} PRIVATE -Wno-format -Wno-format-security -Wno-address)[m
text/plain
This content has been proxied by September (ba2dc).