From 834ba6b9f7843cf29db69d9cbe567982e9a6e357 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jul 2024 22:06:58 -0400 Subject: Suppress new warnings in clang-tidy 18 --- test/.clang-tidy | 5 +++-- test/headers/.clang-tidy | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 2e1b811..a271110 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,11 +1,12 @@ -# Copyright 2020-2023 David Robillard +# Copyright 2020-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > + -*-macro-to-enum, -*-magic-numbers, + -bugprone-multi-level-implicit-pointer-conversion, -bugprone-suspicious-realloc-usage, -cert-err33-c, - -modernize-macro-to-enum, -performance-no-int-to-ptr, -readability-identifier-length, InheritParentConfig: true diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index 8c0843e..bbcc1eb 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -1,11 +1,11 @@ -# Copyright 2020-2022 David Robillard +# Copyright 2020-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > *, + -*-macro-to-enum, -altera-*, -llvmlibc-*, - -modernize-macro-to-enum, -performance-no-int-to-ptr, -readability-identifier-length, WarningsAsErrors: '*' -- cgit v1.2.1