Reduced number of allowed cppcheck warnings

This commit is contained in:
Jan Möbius
2023-12-01 09:17:36 +01:00
parent 8ef01d3fb6
commit 21469b8142

View File

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