From 5202ab22f53c3298d599dbae0781037a1b1184d7 Mon Sep 17 00:00:00 2001 From: Vaxry <43317083+vaxerski@users.noreply.github.com> Date: Sat, 2 May 2026 21:06:10 +0100 Subject: [PATCH] cmakelists: fixup errors failing build on arch ci (#14259) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1ffc6b3a..7b0c4fa63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,6 +104,8 @@ add_compile_options( -Wall -Wextra -Wpedantic + -Wno-keyword-macro + -Wno-unused-result -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers