From bd481b7e7e85aef0f209d730faa5599e0808e96e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Sep 2023 11:36:39 -0400 Subject: Suppress new warnings in clang 16 --- meson/suppressions/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson') diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build index 109dd72a..579d3851 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -16,12 +16,14 @@ if is_variable('cc') if warning_level == 'everything' c_suppressions += [ '-Wno-cast-align', + '-Wno-cast-function-type-strict', '-Wno-cast-qual', '-Wno-declaration-after-statement', '-Wno-double-promotion', '-Wno-format-nonliteral', '-Wno-nullable-to-nonnull-conversion', '-Wno-padded', + '-Wno-unsafe-buffer-usage', ] if host_machine.system() == 'windows' -- cgit v1.2.1