From 8138e876cedf396a7dc90409ba70d8f2a5659ecb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 Oct 2024 18:25:32 -0400 Subject: Suppress new warnings in clang-tidy 18 --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index ccbac27..e175c30 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -# Copyright 2019-2023 David Robillard +# Copyright 2019-2024 David Robillard # SPDX-License-Identifier: 0BSD OR GPL-2.0-or-later project( @@ -34,6 +34,7 @@ if cpp.get_id() in ['clang', 'emscripten'] '-Wno-c++98-compat', '-Wno-c++98-compat-pedantic', '-Wno-padded', + '-Wno-unsafe-buffer-usage', ] if not meson.is_cross_build() -- cgit v1.2.1