From 79e4fa5b5defb44019af182fef7038a887b2827f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 4 Jun 2024 13:58:00 -0400 Subject: Suppress new warnings in clang-tidy 17 --- .clang-tidy | 3 ++- test/.clang-tidy | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index aa54c19..1c62912 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2023 David Robillard +# Copyright 2020-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > @@ -12,6 +12,7 @@ Checks: > -clang-diagnostic-unused-function, -clang-diagnostic-unused-macros, -llvmlibc-*, + -misc-include-cleaner, -modernize-macro-to-enum, -readability-identifier-length, CheckOptions: diff --git a/test/.clang-tidy b/test/.clang-tidy index f6f74ab..729db52 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,9 +1,10 @@ -# Copyright 2020-2022 David Robillard +# Copyright 2020-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > -*-magic-numbers, -android-cloexec-fopen, + -bugprone-assert-side-effect, -bugprone-branch-clone, -bugprone-narrowing-conversions, -cert-err33-c, -- cgit v1.2.1