Browse Source

clang-tidy: muted "call to function is insecure" in tests

Benoit Blanchon 4 years ago
parent
commit
9dbf44388d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extras/tests/.clang-tidy

+ 1 - 0
extras/tests/.clang-tidy

@@ -0,0 +1 @@
+Checks:              '-clang-analyzer-security.insecureAPI.*'