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