aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-16 21:31:31 -0400
committerDavid Robillard <d@drobilla.net>2022-09-16 22:31:06 -0400
commit311c12ad2ef63109ff73c4dc8ccf6912eb41ba7b (patch)
treebdddcd2ff9bfbc6b5f1c02807e1b859c3c712844 /.clang-tidy
parent5cb9bad2fadd9bfb591efabd630a07e65f4b4cb3 (diff)
downloadchilbert-311c12ad2ef63109ff73c4dc8ccf6912eb41ba7b.tar.gz
chilbert-311c12ad2ef63109ff73c4dc8ccf6912eb41ba7b.tar.bz2
chilbert-311c12ad2ef63109ff73c4dc8ccf6912eb41ba7b.zip
Avoid cast warnings
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 58b793d..b8924f8 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -15,7 +15,6 @@ Checks: >
-fuchsia-default-arguments-calls,
-fuchsia-default-arguments-declarations,
-fuchsia-overloaded-operator,
- -google-readability-casting,
-google-runtime-int,
-google-runtime-references,
-llvmlibc-*,