Skip to content

Commit

Permalink
clang-tidy: Remove warning that give false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
NickeZ committed Sep 2, 2024
1 parent 35c6d81 commit ba4e840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Checks: >-
-bugprone-narrowing-conversions,
-performance-no-int-to-ptr,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
-readability-avoid-unconditional-preprocessor-if
-readability-avoid-unconditional-preprocessor-if,
-readability-suspicious-call-argument
HeaderFilterRegex: '.*'
ExtraArgs:
- -Wno-unknown-warning-option
Expand Down

0 comments on commit ba4e840

Please sign in to comment.