allow one more cppcheck warning

This commit is contained in:
Max Lyon
2019-10-07 13:16:12 +02:00
parent 1948883fd1
commit e6fca39d15

View File

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