Accept one cppcheck error as there are some include files from the system which can't be found

This commit is contained in:
Jan Möbius
2016-05-10 15:32:46 +02:00
parent 0baefafd66
commit 904675aa96

View File

@@ -38,7 +38,7 @@ echo "CPPCHECK Summary"
echo "=============================================================================="
echo -e "${NC}"
if [ $COUNT -gt 0 ]; then
if [ $COUNT -gt 1 ]; then
echo -e ${WARNING}
echo "Total CPPCHECK error Count is $COUNT, which is too High! CPPCHECK Run failed";
echo -e "${NC}"