Meta: Port GCC compile option from cmake to gn

The clang build is very noisy without
-Wno-implicit-const-int-float-conversion
This commit is contained in:
Sebastian Zaha 2023-08-12 22:45:27 +02:00 committed by Andrew Kaster
parent b4df4d66dc
commit 1b395a3df9
Notes: sideshowbarker 2024-07-17 09:56:35 +09:00

View file

@ -98,6 +98,7 @@ config("compiler_defaults") {
"-Wno-user-defined-literals",
"-fconstexpr-steps=16777216",
"-Wno-unused-private-field",
"-Wno-implicit-const-int-float-conversion",
]
} else {
cflags += [