meson.build: suppress -Wnan-infinity-disabled (clang 18) due to libfmt
This commit is contained in:
parent
4715acf27e
commit
d7d32ed6fc
@ -76,6 +76,9 @@ test_common_flags = [
|
||||
|
||||
# suppress bogus GCC12 warnings in libfmt headers
|
||||
'-Wno-stringop-overflow',
|
||||
|
||||
# libfmt causes this warning due to -ffast-math
|
||||
'-Wno-nan-infinity-disabled',
|
||||
]
|
||||
|
||||
test_global_cxxflags = test_global_common_flags + [
|
||||
|
Loading…
x
Reference in New Issue
Block a user