meson.build: suppress -Wnan-infinity-disabled (clang 18) due to libfmt

This commit is contained in:
Max Kellermann 2024-03-11 15:15:13 +01:00
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 + [