From 335d5157aa92e7998976aa746f537aadd43ff1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 22 Aug 2023 16:47:17 +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 5543a3f3..8540c08a 100755 --- a/CI/ci-cppcheck.sh +++ b/CI/ci-cppcheck.sh @@ -32,7 +32,7 @@ echo "CPPCHECK Summary" echo "==============================================================================" echo -e "${NC}" -MAX_COUNT=720 +MAX_COUNT=525 if [ $COUNT -gt $MAX_COUNT ]; then echo -e ${WARNING}