From 21469b81427b00158213b736e2508ac153cf827b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 1 Dec 2023 09:17:36 +0100 Subject: [PATCH] Reduced number of allowed cppcheck warnings --- CI/ci-cppcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/ci-cppcheck.sh b/CI/ci-cppcheck.sh index a28333a0..42c2ce36 100755 --- a/CI/ci-cppcheck.sh +++ b/CI/ci-cppcheck.sh @@ -32,7 +32,7 @@ echo "CPPCHECK Summary" echo "==============================================================================" echo -e "${NC}" -MAX_COUNT=165 +MAX_COUNT=156 if [ $COUNT -gt $MAX_COUNT ]; then echo -e ${WARNING}