Lower max allowed warnings

This commit is contained in:
Jan Möbius
2023-08-22 18:51:24 +02:00
parent 335d5157aa
commit b0cdf58d11

View File

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