mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Tests: Fix missing argument removed by -cc1
This argument is removed (or rather, never added) by `-cc1`, which breaks any builds using GNU libc++, including CI.
This commit is contained in:
parent
89d789ac4e
commit
2c9860cd60
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ list(APPEND CLANG_PLUGINS_COMPILE_OPTIONS_FOR_TESTS
|
|||
-Wno-literal-range
|
||||
-Wno-unknown-warning-option
|
||||
-Wno-unqualified-std-cast-call
|
||||
-fgnuc-version=4.2.1 # NOTE: Clang default as of 10.0.0
|
||||
)
|
||||
|
||||
# Ensure we always check for invalid function field types regardless of the value of ENABLE_CLANG_PLUGINS_INVALID_FUNCTION_MEMBERS
|
||||
|
|
Loading…
Reference in a new issue