disable all insecureAPI warnings

This commit is contained in:
Krishna Vedala 2020-07-10 19:05:21 -04:00
parent f261bf590b
commit 38f88ded81
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -1,5 +1,5 @@
---
Checks: '-*,google-*,clang-analyzer-*,-clang-analyzer-security.insecureAPI.rand,openmp-*,performance-*,portability-*,modernize-*'
Checks: '-*,google-*,clang-analyzer-*,-clang-analyzer-security.insecureAPI.*,openmp-*,performance-*,portability-*,modernize-*'
WarningsAsErrors: '*'
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false