Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-09-04 18:14:41 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-09-04 18:17:57 +0300
commitce67a9d39f0feef89bbb9f7835b52884921e66ed (patch)
tree89875732a691a2e96f304e90d9aa4f7381393126 /.clang-tidy
parent587f75f009714d293efb2c7a13d479099a60a3fb (diff)
Cleanup: Clang-Tidy bugprone-copy-constructor-init fix
No expected functional changes.
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 f8947eb0754..bfb6b27c3c1 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -28,6 +28,5 @@ Checks: >
-bugprone-sizeof-expression,
-bugprone-integer-division,
- -bugprone-copy-constructor-init,
WarningsAsErrors: '*'