aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-12-17 13:05:43 -0500
committerDavid Robillard <d@drobilla.net>2021-12-17 13:05:43 -0500
commitb953b87ad473c7a4480df6b2bcbed68b13c8c663 (patch)
tree4b2ce682679286e98efd399aec6115a82ce3fc76 /examples
parent57342f580b15948aa5be35701f9742a25ca9493d (diff)
downloadpugl-b953b87ad473c7a4480df6b2bcbed68b13c8c663.tar.gz
pugl-b953b87ad473c7a4480df6b2bcbed68b13c8c663.tar.bz2
pugl-b953b87ad473c7a4480df6b2bcbed68b13c8c663.zip
Suppress new warnings in clang-tidy 13
Diffstat (limited to 'examples')
-rw-r--r--examples/.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/.clang-tidy b/examples/.clang-tidy
index a03027e..52f1f0e 100644
--- a/examples/.clang-tidy
+++ b/examples/.clang-tidy
@@ -4,8 +4,9 @@ Checks: >
-*avoid-c-arrays,
-*magic-numbers,
-*uppercase-literal-suffix,
- -altera-struct-pack-align,
+ -altera*,
-android-cloexec-fopen,
+ -bugprone-easily-swappable-parameters,
-bugprone-macro-parentheses,
-bugprone-reserved-identifier,
-bugprone-suspicious-string-compare,