From 5e27845e5520459d36a2e3bec3ce2871971a4a3c Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Sun, 9 Feb 2025 07:32:33 +0300 Subject: [PATCH] ignore pre c11 compat --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a37db97..c62c560 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -237,6 +237,7 @@ function(give_options target) -Werror=vla -Wno-missing-field-initializers -Wunused-result + -Wno-pre-c11-compat $<$:-Wcast-align=strict>) target_compile_options(${target} PRIVATE