mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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: https://github.com/LadybirdBrowser/ladybird/commit/aa1bf3e8a45 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…
Reference in a new issue