aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-08-28 10:55:42 -0400
committerDavid Robillard <d@drobilla.net>2021-08-28 12:58:23 -0400
commite1569942291787743e86ab7445944dc4d451ef73 (patch)
tree21f1270f8a518ad1de246cbdace88f86e2d7f57c /include
parent79116b0431e3be95f5abcac0c456361e486824d8 (diff)
downloadpugl-e1569942291787743e86ab7445944dc4d451ef73.tar.gz
pugl-e1569942291787743e86ab7445944dc4d451ef73.tar.bz2
pugl-e1569942291787743e86ab7445944dc4d451ef73.zip
Suppress new clang-tidy warnings
Diffstat (limited to 'include')
-rw-r--r--include/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/.clang-tidy b/include/.clang-tidy
index dd2fd47..b6d941c 100644
--- a/include/.clang-tidy
+++ b/include/.clang-tidy
@@ -2,6 +2,7 @@ Checks: >
*,
-*-magic-numbers,
-*-uppercase-literal-suffix,
+ -altera-struct-pack-align,
-clang-diagnostic-unused-function,
-clang-diagnostic-unused-macros,
-llvmlibc-*,