From d533f00132b035d71bdd0da99ed3e6f54b5ea23b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Jun 2025 11:20:36 -0400 Subject: Suppress new warnings in clang-tidy 19 --- .clang-tidy | 4 +++- test/headers/.clang-tidy | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index 33b6b5f..46b85c6 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2024 David Robillard +# Copyright 2020-2025 David Robillard # SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later Checks: > @@ -9,7 +9,9 @@ Checks: > -abseil-string-find-str-contains, -altera-*, -android-cloexec-accept, + -boost-use-ranges, -bugprone-easily-swappable-parameters, + -cert-err33-c, -cppcoreguidelines-avoid-do-while, -cppcoreguidelines-owning-memory, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index 125a043..13ed6b1 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2022 David Robillard +# Copyright 2020-2025 David Robillard # SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later Checks: > @@ -9,7 +9,9 @@ Checks: > -abseil-string-find-str-contains, -altera-*, -android-cloexec-accept, + -boost-use-ranges, -bugprone-easily-swappable-parameters, + -cert-err33-c, -cppcoreguidelines-avoid-do-while, -cppcoreguidelines-owning-memory, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -- cgit v1.2.1