mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user