mirror of https://github.com/FreeRDP/FreeRDP
[clang-tidy] disable bugprone-macro-parentheses
this check has too many false positives (when the macro arguments are types for example) so disable this.
This commit is contained in:
parent
7d48aee829
commit
ec26c8c168
|
@ -23,6 +23,7 @@ Checks: >
|
|||
-altera-unroll-loops,
|
||||
-bugprone-easily-swappable-parameters,
|
||||
-bugprone-assignment-in-if-condition,
|
||||
-bugprone-macro-parentheses,
|
||||
-cert-dcl16-c,
|
||||
-cert-env33-c,
|
||||
-cert-dcl50-cpp,
|
||||
|
|
Loading…
Reference in New Issue