Reduce number of acceptable cppcheck warnings from 27 to 23

This commit is contained in:
Max Lyon
2019-11-27 18:03:38 +01:00
parent e36e508f0b
commit b12074d7b1

View File

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