summaryrefslogtreecommitdiffstats
path: root/cppcheck.sh
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-12-26 17:46:31 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-12-26 17:46:31 +0200
commite1d7bb0408d73fafcd073ef0f43e51c524a50637 (patch)
tree7e5192c1adcbdfb1efc49d1a9000002cefefa7dd /cppcheck.sh
parent776f82c2af49d35ccabe9d728a91d2679642043c (diff)
more code cleanup
Diffstat (limited to 'cppcheck.sh')
-rwxr-xr-xcppcheck.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppcheck.sh b/cppcheck.sh
index 02be5d855f..841f01d264 100755
--- a/cppcheck.sh
+++ b/cppcheck.sh
@@ -32,4 +32,5 @@ shift
--library=posix \
--suppress="unusedFunction:*" \
--suppress="nullPointerRedundantCheck:*" \
+ --suppress="readdirCalled:*" \
"${file}" "${@}"