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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.clang-tidy') 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: -- cgit v1.2.1