cppcheck: Run quietly
Adding the --quiet option to cppcheck makes the actual errors and warnings easier to find. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
d0629ff2b2
commit
2e7f9da6d1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -277,7 +277,7 @@ SYSTEM_INCLUDES += /usr/lib/gcc/$(TARGET)/$(VER)/include
|
|||
endif
|
||||
cppcheck: $(SRCS) $(HEADERS)
|
||||
cppcheck --std=c99 --error-exitcode=1 --enable=all --force \
|
||||
--inconclusive --library=posix \
|
||||
--inconclusive --library=posix --quiet \
|
||||
$(SYSTEM_INCLUDES:%=-I%) \
|
||||
$(SYSTEM_INCLUDES:%=--config-exclude=%) \
|
||||
$(SYSTEM_INCLUDES:%=--suppress=*:%/*) \
|
||||
|
|
Loading…
Reference in a new issue