Address cppcheck 1.77 warnings

This commit is contained in:
Andrew Gaul
2016-05-04 21:53:26 -07:00
parent 6affefff5b
commit 03217baa99
8 changed files with 16 additions and 14 deletions

View File

@ -30,10 +30,12 @@ release : dist ../utils/release.sh
cppcheck:
cppcheck --quiet --error-exitcode=1 \
--inline-suppr \
--std=c++03 \
-U CURLE_PEER_FAILED_VERIFICATION \
-U P_tmpdir \
--enable=all \
--suppress=missingIncludeSystem \
--suppress=unsignedLessThanZero \
--suppress=unusedFunction \
--suppress=variableScope \
src/ test/