From 7d4e9ea953ec8d21abf8740f720c1bea95b8aaeb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 23 Mar 2024 18:46:35 +0100 Subject: kill clang warning --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 635b51b6..2cd9c3e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -217,6 +217,7 @@ fm_run_hook(fm-userconfig-src) if(CMAKE_COMPILER_IS_GNUCXX) add_compile_options(-Wno-float-equal) add_compile_options(-Wreturn-type -Werror=return-type) + add_compile_options(-Wno-c99-compat) endif() if (CMAKE_CXX_COMPILER_ID MATCHES "Clang$") -- cgit v1.2.3