From 99db404cc67096d1327d3d685b7731f14ed9e316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 1 Mar 2023 15:24:30 +0100 Subject: [PATCH] Reduce 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 6900ba7b..66b19bad 100755 --- a/CI/ci-cppcheck.sh +++ b/CI/ci-cppcheck.sh @@ -32,7 +32,7 @@ echo "CPPCHECK Summary" echo "==============================================================================" echo -e "${NC}" -MAX_COUNT=30 +MAX_COUNT=24 if [ $COUNT -gt $MAX_COUNT ]; then echo -e ${WARNING}