mirror of https://github.com/FreeRDP/FreeRDP
[clang-tidy] disable cert-dcl50-cpp
we do want to use variadic macros in C++ code as we interface with C
This commit is contained in:
parent
e3f94e6622
commit
b9202bd0b1
|
@ -25,6 +25,7 @@ Checks: >
|
|||
-bugprone-assignment-in-if-condition,
|
||||
-cert-dcl16-c,
|
||||
-cert-env33-c,
|
||||
-cert-dcl50-cpp,
|
||||
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
|
||||
-clang-analyzer-valist.Uninitialized,
|
||||
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
||||
|
|
Loading…
Reference in New Issue