From dac34096da8d48b73764c8ece809a38025e10038 Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Thu, 8 Feb 2024 16:45:31 +0100 Subject: [PATCH] add Wformat for compillation Signed-off-by: Axel Heider --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e59eb36be3..6e08e104270 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,6 +183,7 @@ add_compile_options( -Wundef -Wpointer-arith -Wno-nonnull + -Wformat #----------------------------------- # Configure compiler settings. #-----------------------------------