From ef201dde45f6c5e1ee6e20cfd9e9c590d1a1db62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Sun, 21 Nov 2021 15:15:11 +0200
Subject: [PATCH 1/1] Disable warnings about deprecated declarations
https://codeberg.org/skyjake/the_Foundation/issues/9
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa0ab72..474069f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ macro (tfdn_set_compile_options target)
set_property (TARGET ${target} PROPERTY C_STANDARD 11)
target_compile_options (${target} PRIVATE -Wall -Wpedantic)
if (TFDN_ENABLE_WARN_ERROR)
target_compile_options (${target} PRIVATE -Werror)
target_compile_options (${target} PRIVATE -Werror -Wno-deprecated-declarations)
endif ()
if (CMAKE_COMPILER_IS_GNUCC)
target_compile_options (${target} PRIVATE -Wno-format -Wno-format-security -Wno-address)
--
2.25.1
text/plain
This content has been proxied by September (3851b).