summaryrefslogtreecommitdiffstats
path: root/cppcheck.sh
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-12-26 07:15:26 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-12-26 07:15:26 +0200
commit776f82c2af49d35ccabe9d728a91d2679642043c (patch)
treecd758eab49084076aa5cec27da3cd43bbab853ff /cppcheck.sh
parent4ff05c29dcdcd1cf9a4ad145a90290f0589b6422 (diff)
more fixes
Diffstat (limited to 'cppcheck.sh')
-rwxr-xr-xcppcheck.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppcheck.sh b/cppcheck.sh
index bfe15d24ce..02be5d855f 100755
--- a/cppcheck.sh
+++ b/cppcheck.sh
@@ -28,6 +28,8 @@ shift
-I .. \
--force \
--enable=warning,performance,portability,information \
+ --library=gnu \
+ --library=posix \
--suppress="unusedFunction:*" \
--suppress="nullPointerRedundantCheck:*" \
"${file}" "${@}"