mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Meta: Add missing -Wno-unqualified-std-cast-call warning to gn build
This commit is contained in:
parent
9d82e81124
commit
aa1bf3e8a4
Notes:
github-actions[bot]
2024-09-27 16:17:16 +00:00
Author: https://github.com/ADKaster
Commit: aa1bf3e8a4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1515
Reviewed-by: https://github.com/nico
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -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 += [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue