aboutsummaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-16 21:51:15 -0400
committerDavid Robillard <d@drobilla.net>2024-07-16 21:51:33 -0400
commit39dc2b231dae2743bceb6ebb8a3d4792307df12a (patch)
tree92599e03c4889f613f62f59796258fbb042f17c9 /test/headers
parent2c2038edf1622a5140afdd23465767c65f8f2e03 (diff)
downloadlv2-39dc2b231dae2743bceb6ebb8a3d4792307df12a.tar.xz
Suppress new warnings in clang and clang-tidy 18
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/.clang-tidy5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index dd0b95f..26d6f6f 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -1,15 +1,16 @@
-# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# Copyright 2020-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
*,
+ -*-macro-to-enum,
-*-magic-numbers,
-altera-*,
-bugprone-assignment-in-if-condition,
+ -bugprone-casting-through-void,
-bugprone-easily-swappable-parameters,
-bugprone-macro-parentheses,
-llvmlibc-restrict-system-libc-headers,
- -modernize-macro-to-enum,
-performance-no-int-to-ptr,
-readability-identifier-length,
CheckOptions: