diff options
author | David Robillard <d@drobilla.net> | 2020-11-11 17:44:24 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-11 22:01:05 +0100 |
commit | 86e4ecb99fa626a389cee96fb034c8c5b1c0121b (patch) | |
tree | 861ac8671a7726edf988ed8693544c0e3a3fe9ff /.clang-tidy | |
parent | 37727929bb07aec91038a9e4d14dc5a9290a9df5 (diff) | |
download | zix-86e4ecb99fa626a389cee96fb034c8c5b1c0121b.tar.gz zix-86e4ecb99fa626a389cee96fb034c8c5b1c0121b.tar.bz2 zix-86e4ecb99fa626a389cee96fb034c8c5b1c0121b.zip |
Use C11 if possible
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index a454239..1e42e8e 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -7,6 +7,7 @@ Checks: > -cert-err34-c, -cert-msc30-c, -cert-msc50-cpp, + -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -cppcoreguidelines-init-variables, -google-readability-casting, -hicpp-multiway-paths-covered, |