mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:17:36 +00:00
Meta: Port recent changes to gn build
b7f8d7e357
048e179572
6d1a1daff9
04c094343f
a6106ca221
This commit is contained in:
parent
afeb551d57
commit
49b7539290
3 changed files with 9 additions and 2 deletions
|
@ -99,7 +99,10 @@ config("compiler_defaults") {
|
|||
"-Wall",
|
||||
"-Wextra",
|
||||
]
|
||||
cflags += [ "-Wno-unused-parameter" ]
|
||||
cflags += [
|
||||
"-Wno-unused-parameter",
|
||||
"-Wno-invalid-offsetof",
|
||||
]
|
||||
if (is_clang) {
|
||||
cflags += [
|
||||
"-Wdelete-non-virtual-dtor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue