From b11c631ab0889f5caa9df451e07a74933194ef06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 23 Aug 2023 13:43:40 +0200 Subject: [PATCH] Lowerd max allowed warnings for cppcheck --- 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 ff4e0f7b..df8814c7 100755 --- a/CI/ci-cppcheck.sh +++ b/CI/ci-cppcheck.sh @@ -32,7 +32,7 @@ echo "CPPCHECK Summary" echo "==============================================================================" echo -e "${NC}" -MAX_COUNT=267 +MAX_COUNT=201 if [ $COUNT -gt $MAX_COUNT ]; then echo -e ${WARNING}