summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-22 12:32:09 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 12:32:09 -0400
commit8499bb52e278a33ced0e3f8f9a1accca9d293ea6 (patch)
tree5d9b6baf306ee7ab8bfe47763789b125f7a9b759 /test
parent4dc6113e3b30aa2aa89e198dbd7a84171eed0056 (diff)
downloadsratom-8499bb52e278a33ced0e3f8f9a1accca9d293ea6.tar.gz
sratom-8499bb52e278a33ced0e3f8f9a1accca9d293ea6.tar.bz2
sratom-8499bb52e278a33ced0e3f8f9a1accca9d293ea6.zip
Suppress new warnings in clang-tidy 16
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 4b98cf1..2e1b811 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,8 +1,9 @@
-# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# Copyright 2020-2023 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
-*-magic-numbers,
+ -bugprone-suspicious-realloc-usage,
-cert-err33-c,
-modernize-macro-to-enum,
-performance-no-int-to-ptr,