meson.build: suppress -Wnan-infinity-disabled (clang 18) due to libfmt
This commit is contained in:
parent
c144d0a00d
commit
494f658dee
|
@ -143,6 +143,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…
Reference in New Issue