Lowerd max allowed warnings for cppcheck

This commit is contained in:
Jan Möbius
2023-08-23 13:43:40 +02:00
parent e381661d56
commit b11c631ab0

View File

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