Skip to content

Commit ba4e840

Browse files
committed
clang-tidy: Remove warning that give false positive
1 parent 35c6d81 commit ba4e840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.clang-tidy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Checks: >-
1515
-bugprone-narrowing-conversions,
1616
-performance-no-int-to-ptr,
1717
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
18-
-readability-avoid-unconditional-preprocessor-if
18+
-readability-avoid-unconditional-preprocessor-if,
19+
-readability-suspicious-call-argument
1920
HeaderFilterRegex: '.*'
2021
ExtraArgs:
2122
- -Wno-unknown-warning-option

0 commit comments

Comments
 (0)