From 6e51ab6f55085bedc7bb24f55b611b426e6f235c Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 13 Apr 2026 01:52:25 +0200 Subject: [PATCH] Remove a duplicate warning flag We always pass this one --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcf41b5c..a1b0d907 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,8 +79,7 @@ else() -Wno-format-nonliteral -Wno-strict-overflow -Wno-unused-but-set-variable # bison's `yynerrs_` is incremented but unused -Wno-type-limits -Wno-tautological-constant-out-of-range-compare - -Wvla # MSVC does not support VLAs - -Wno-unknown-warning-option) # Clang shouldn't diagnose unknown warnings + -Wvla) # MSVC does not support VLAs endif() endif()