mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-16 14:41:44 +00:00
Remove a duplicate warning flag
We always pass this one
This commit is contained in:
+1
-2
@@ -79,8 +79,7 @@ else()
|
|||||||
-Wno-format-nonliteral -Wno-strict-overflow
|
-Wno-format-nonliteral -Wno-strict-overflow
|
||||||
-Wno-unused-but-set-variable # bison's `yynerrs_` is incremented but unused
|
-Wno-unused-but-set-variable # bison's `yynerrs_` is incremented but unused
|
||||||
-Wno-type-limits -Wno-tautological-constant-out-of-range-compare
|
-Wno-type-limits -Wno-tautological-constant-out-of-range-compare
|
||||||
-Wvla # MSVC does not support VLAs
|
-Wvla) # MSVC does not support VLAs
|
||||||
-Wno-unknown-warning-option) # Clang shouldn't diagnose unknown warnings
|
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user