diff options
author | David Robillard <d@drobilla.net> | 2020-11-12 20:05:49 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-12 20:05:49 +0100 |
commit | beed84b63136603600528c0f48bcf93f6cb51de4 (patch) | |
tree | bd2ac711b6a812c02c4bceef7254bd64d7ec01d3 /test/.clang-tidy | |
parent | a815f33ec3de9a145a5846e46e6dd2f052dbfd7d (diff) | |
download | serd-beed84b63136603600528c0f48bcf93f6cb51de4.tar.gz serd-beed84b63136603600528c0f48bcf93f6cb51de4.tar.bz2 serd-beed84b63136603600528c0f48bcf93f6cb51de4.zip |
Use C11 if possible
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 51d3033a..88009c50 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -4,6 +4,7 @@ Checks: > -*-uppercase-literal-suffix, -android-cloexec-fopen, -clang-analyzer-nullability.NullabilityBase, + -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -hicpp-signed-bitwise, WarningsAsErrors: '*' HeaderFilterRegex: '.*' |