cppcheck: Remove unused objectIndex suppressions
I can't get these warnings to trigger on the cppcheck versions I have, so remove them. If we find in future we need to replace these, they should be replaced with inline suppressions so its clear what's the section of code at issue. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
20a3427812
commit
5f77ac24c5
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -283,15 +283,12 @@ cppcheck: $(SRCS) $(HEADERS)
|
|||
$(SYSTEM_INCLUDES:%=--suppress=*:%/*) \
|
||||
$(SYSTEM_INCLUDES:%=--suppress=unmatchedSuppression:%/*) \
|
||||
--inline-suppr \
|
||||
--suppress=objectIndex:tcp.c --suppress=objectIndex:udp.c \
|
||||
--suppress=va_list_usedBeforeStarted:util.c \
|
||||
--suppress=unusedFunction \
|
||||
--suppress=unusedStructMember \
|
||||
\
|
||||
--suppress=unmatchedSuppression:dhcp.c \
|
||||
--suppress=unmatchedSuppression:pcap.c \
|
||||
--suppress=unmatchedSuppression:tcp.c \
|
||||
--suppress=unmatchedSuppression:udp.c \
|
||||
--suppress=unmatchedSuppression:util.c \
|
||||
$(filter -D%,$(FLAGS) $(CFLAGS)) \
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue