diff --git a/cppcheck.sh b/cppcheck.sh index 83389a584..11ef6e98a 100755 --- a/cppcheck.sh +++ b/cppcheck.sh @@ -79,7 +79,7 @@ if test $# -eq 0 ; then echo "See cppcheck.log when done" echo "This takes a while to run" cppcheck --inline-suppr \ - --check-level=exhaustive + --check-level=exhaustive \ -I src \ -I include \ -I include/hamlib/ \