Remove a duplicate warning flag

We always pass this one
This commit is contained in:
ISSOtm
2026-04-13 01:52:25 +02:00
parent 52aaf7e3b3
commit 6e51ab6f55
+1 -2
View File
@@ -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()