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 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e3ca17f..deee529 100644 --- a/Makefile +++ b/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 \ -- 2.37.3