[Positioning] Makefile: run cppcheck with --quiet

This commit is contained in:
Matteo Cypriani 2011-04-06 14:25:37 +02:00
parent 80c914647f
commit 43ca7a3426
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ MKDIR = mkdir -pv
# Other tools
STYLE = astyle --style=gnu --formatted
CPPCHECK = cppcheck --enable=all
CPPCHECK = cppcheck --quiet --enable=all
DOXYGEN = doxygen >/dev/null
# Compilation tools