mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
Meta: Port GCC compile option from cmake to gn
The GCC build is extremely noisy without -Wno-literal-suffix. (Tested on GCC12)
This commit is contained in:
parent
1e953f2acc
commit
a89e95f57c
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ config("compiler_defaults") {
|
|||
# instead) on clang<=3.8. Clang also has a -Wredundant-move, but it
|
||||
# only fires when the types match exactly, so we can keep it here.
|
||||
"-Wno-redundant-move",
|
||||
|
||||
"-Wno-literal-suffix",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue