Clang-tidy: disable new warnings.

Until it is decided whether to work on, or ignore these
warning, disable them. See T78535 

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D9281
This commit is contained in:
Ankit Meel 2020-10-21 12:57:08 +05:30 committed by Ankit Meel
parent a8f44a4799
commit ee90effd3a

@ -18,6 +18,10 @@ Checks: >
-readability-redundant-member-init,
-readability-use-anyofallof,
-readability-named-parameter,
-readability-function-cognitive-complexity,
-readability-redundant-string-init,
bugprone-*,
-bugprone-narrowing-conversions,
-bugprone-unhandled-self-assignment,
@ -28,4 +32,7 @@ Checks: >
-bugprone-sizeof-expression,
-bugprone-integer-division,
-bugprone-exception-escape,
-bugprone-redundant-branch-condition,
WarningsAsErrors: '*'