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 c144d0a00d
commit 494f658dee
1 changed files with 3 additions and 0 deletions

View File

@ -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 + [