From c283128e50a5b9235055a296dabf04ac88d3cbae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 4 Jun 2024 15:02:12 -0400 Subject: Suppress new warnings in clang-tidy 17 --- .clang-tidy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index cec10cc..e225b83 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 GPL-3.0-or-later Checks: > @@ -43,6 +43,7 @@ Checks: > -hicpp-signed-bitwise, -llvm-header-guard, -llvmlibc-*, + -misc-include-cleaner, -misc-no-recursion, -modernize-use-nodiscard, -modernize-use-trailing-return-type, -- cgit v1.2.1