Lowerd max allowed warnings for cppcheck

This commit is contained in:
Jan Möbius
2023-08-23 11:21:37 +02:00
parent 94987c9c56
commit fb51193037

View File

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