From 8d6618104e28f6444d917b398244c56ac32ae993 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 30 Apr 2025 23:06:33 +0100 Subject: [PATCH] cmake: ignore Wclobbered fails build otherwise --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e21e949d..4342d093c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,6 +89,7 @@ add_compile_options( -Wno-missing-field-initializers -Wno-narrowing -Wno-pointer-arith + -Wno-clobbered -fmacro-prefix-map=${CMAKE_SOURCE_DIR}/=) set(CMAKE_EXECUTABLE_ENABLE_EXPORTS TRUE)