From 238ee61ef742d6a7627ebecd30f0f53b0c8d01de Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 4 Jun 2024 13:58:15 -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 5dc550b..ae712c5 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2022 David Robillard +# Copyright 2020-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > @@ -11,6 +11,7 @@ Checks: > -clang-diagnostic-unused-function, -clang-diagnostic-unused-macros, -llvmlibc-restrict-system-libc-headers, + -misc-include-cleaner, -modernize-macro-to-enum, -performance-no-int-to-ptr, -readability-identifier-length, -- cgit v1.2.1