From bd44c0358b07bc7af07c5fedd160c2553be66d4d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Sep 2023 20:01:40 -0400 Subject: Suppress or fix warnings in clang 16 --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 1dc5f5f..7a0465a 100644 --- a/meson.build +++ b/meson.build @@ -48,6 +48,7 @@ if cc.get_id() in ['clang', 'emscripten'] '-Wno-declaration-after-statement', '-Wno-implicit-fallthrough', # Really for clang < 12 '-Wno-padded', + '-Wno-unsafe-buffer-usage', ] if not meson.is_cross_build() -- cgit v1.2.1