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:
@@ -18,6 +18,10 @@ Checks: >
|
|||||||
-readability-redundant-member-init,
|
-readability-redundant-member-init,
|
||||||
-readability-use-anyofallof,
|
-readability-use-anyofallof,
|
||||||
|
|
||||||
|
-readability-named-parameter,
|
||||||
|
-readability-function-cognitive-complexity,
|
||||||
|
-readability-redundant-string-init,
|
||||||
|
|
||||||
bugprone-*,
|
bugprone-*,
|
||||||
-bugprone-narrowing-conversions,
|
-bugprone-narrowing-conversions,
|
||||||
-bugprone-unhandled-self-assignment,
|
-bugprone-unhandled-self-assignment,
|
||||||
@@ -28,4 +32,7 @@ Checks: >
|
|||||||
-bugprone-sizeof-expression,
|
-bugprone-sizeof-expression,
|
||||||
-bugprone-integer-division,
|
-bugprone-integer-division,
|
||||||
|
|
||||||
|
-bugprone-exception-escape,
|
||||||
|
-bugprone-redundant-branch-condition,
|
||||||
|
|
||||||
WarningsAsErrors: '*'
|
WarningsAsErrors: '*'
|
||||||
|
|||||||
Reference in New Issue
Block a user