cppcheck: Remove localtime suppression for pcap.c
Since bf95322f
"conf: Make the argument to --pcap option mandatory" we
no longer call localtime() in pcap.c, so we no longer need the matching
cppcheck suppression.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
6ce68113e3
commit
b35a6cfa0c
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -288,7 +288,6 @@ cppcheck: $(SRCS) $(HEADERS)
|
|||
--suppress=unusedFunction \
|
||||
--suppress=unusedStructMember \
|
||||
--suppress=knownConditionTrueFalse:conf.c \
|
||||
--suppress=localtimeCalled:pcap.c \
|
||||
\
|
||||
--suppress=unmatchedSuppression:conf.c \
|
||||
--suppress=unmatchedSuppression:dhcp.c \
|
||||
|
|
Loading…
Reference in a new issue