From ebacdb8c481ed3f60422af65d580bba965dbd82a Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Wed, 7 Feb 2024 16:13:04 +0100 Subject: [PATCH] add Wconversion for compillation Signed-off-by: Axel Heider --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3f3e803a19..0acb9414422 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,6 +184,7 @@ add_compile_options( -Wpointer-arith -Wno-nonnull -Wshadow + -Wconversion -Wformat #----------------------------------- # Configure compiler settings.