Skip to content

Commit 5be04e1

Browse files
authored
suppress clang-tidy warnings re: Annex K functions (#983)
1 parent 7e0535c commit 5be04e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Checks: >
77
-bugprone-suspicious-include,
88
-bugprone-unhandled-exception-at-new,
99
clang-analyzer-*,
10+
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
1011
1112
# Turn all the warnings from the checks above into errors.
1213
WarningsAsErrors: '*'

0 commit comments

Comments
 (0)