Lowerd max allowed warnings for cppcheck

This commit is contained in:
Jan Möbius
2023-08-22 16:47:17 +02:00
parent 0182ada6ff
commit 335d5157aa

View File

@@ -32,7 +32,7 @@ echo "CPPCHECK Summary"
echo "==============================================================================" echo "=============================================================================="
echo -e "${NC}" echo -e "${NC}"
MAX_COUNT=720 MAX_COUNT=525
if [ $COUNT -gt $MAX_COUNT ]; then if [ $COUNT -gt $MAX_COUNT ]; then
echo -e ${WARNING} echo -e ${WARNING}