From 690e0257dcf5e5271e6b590808eb2776afbe82fa Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Thu, 6 Feb 2014 00:08:18 +0400 Subject: [PATCH] cppcheck: removed flag --inconclusive as it was producing some stupid false positives --- libuavcan/cppcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@