Lowerd max allowed warnings for cppcheck

This commit is contained in:
Jan Möbius
2023-08-23 10:31:56 +02:00
parent be8d238005
commit da7f28e996

View File

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