mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-21 10:38:24 +00:00
Meta: Add missing -Wno-unqualified-std-cast-call warning to gn build
This commit is contained in:
committed by
Andrew Kaster
parent
9d82e81124
commit
aa1bf3e8a4
@@ -129,6 +129,7 @@ config("compiler_defaults") {
|
||||
"-Wno-unused-private-field",
|
||||
"-Wno-implicit-const-int-float-conversion",
|
||||
"-Wno-vla-cxx-extension",
|
||||
"-Wno-unqualified-std-cast-call",
|
||||
]
|
||||
} else {
|
||||
cflags += [
|
||||
|
||||
Reference in New Issue
Block a user