diff --git a/libuavcan/cppcheck.sh b/libuavcan/cppcheck.sh index 47ae39e8c2..222ce30bf4 100755 --- a/libuavcan/cppcheck.sh +++ b/libuavcan/cppcheck.sh @@ -6,5 +6,5 @@ # TODO: with future versions of cppcheck, add --library=glibc cppcheck . --error-exitcode=1 --quiet --enable=all --platform=unix64 --std=c99 --std=c++11 \ - --inconclusive --inline-suppr --force --template=gcc \ + --inline-suppr --force --template=gcc \ -Iinclude $@