Reduce allowed cppcheck warnings

This commit is contained in:
Jan Möbius
2023-03-01 15:24:30 +01:00
parent bb6cad41c9
commit 99db404cc6

View File

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