aboutgitcodebugslistschat
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f2ec3a..b0de1ec 100644
--- a/Makefile
+++ b/Makefile
@@ -259,8 +259,10 @@ cppcheck: $(wildcard *.c) $(wildcard *.h)
--suppress=localtimeCalled:pcap.c \
--suppress=unusedStructMember:pcap.c \
--suppress=funcArgNamesDifferent:util.h \
+ --suppress=unusedStructMember:dhcp.c \
\
--suppress=unmatchedSuppression:conf.c \
+ --suppress=unmatchedSuppression:dhcp.c \
--suppress=unmatchedSuppression:passt.c \
--suppress=unmatchedSuppression:pcap.c \
--suppress=unmatchedSuppression:qrap.c \