From 89bbe59dd2180cbdcb96dd392aae1cbf9d7772a5 Mon Sep 17 00:00:00 2001 From: lizzie Date: Fri, 12 Jun 2026 22:15:40 +0000 Subject: [PATCH] -Wno-error-all --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 29fa24383a..25f09d6c1b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -169,6 +169,9 @@ else() $<$:-Wmissing-declarations> $<$:-Wshadow> $<$:-Wunused>) + # Some compilers could particularly misbehave :) + add_compile_options( + $<$:-Wno-error-all>) endif() add_compile_options( $<$:-Wno-attributes>