From 3203a4b6f5ccb766e68d70c1f336edbe547b012d Mon Sep 17 00:00:00 2001 From: Matthias Miehl Date: Mon, 31 Oct 2016 22:49:17 +0100 Subject: [PATCH] dist/tools/cppcheck: suppress negatives (uninitvar) (#5807) --- dist/tools/cppcheck/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/cppcheck/check.sh b/dist/tools/cppcheck/check.sh index 3553bcda8..c2d153bf4 100755 --- a/dist/tools/cppcheck/check.sh +++ b/dist/tools/cppcheck/check.sh @@ -18,7 +18,7 @@ fi BRANCH=${1} FILEREGEX='\.([sScHh]|cpp)$' -EXCLUDE='^(cpu/saml21/include/atmel/)' +EXCLUDE='^(cpu/saml21/include/atmel/)|^(cpu/cortexm_common/include/)' # If no branch but an option is given, unset BRANCH. # Otherwise, consume this parameter.