aboutgitcodebugslistschat
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2022-09-28 14:33:38 +1000
committerStefano Brivio <sbrivio@redhat.com>2022-09-29 12:23:03 +0200
commitf5d053034c029409115c4daf852d7d118e9bc671 (patch)
tree1a7bb961361f3e933ac197c50a4aa872a293761f /Makefile
parentcd05be75fbd4a588c2285bb170b296d5910edf9a (diff)
downloadpasst-f5d053034c029409115c4daf852d7d118e9bc671.tar
passt-f5d053034c029409115c4daf852d7d118e9bc671.tar.gz
passt-f5d053034c029409115c4daf852d7d118e9bc671.tar.bz2
passt-f5d053034c029409115c4daf852d7d118e9bc671.tar.lz
passt-f5d053034c029409115c4daf852d7d118e9bc671.tar.xz
passt-f5d053034c029409115c4daf852d7d118e9bc671.tar.zst
passt-f5d053034c029409115c4daf852d7d118e9bc671.zip
Mark unused functions for cppcheck
We have a couple of functions that are unused (for now) by design. Although at least one has a flag so that gcc doesn't warn, cppcheck has its own warnings about this. Add specific inline suppressions for these rather than a blanket suppression in the Makefile. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b3f8e1..bb349c7 100644
--- a/Makefile
+++ b/Makefile
@@ -283,7 +283,6 @@ cppcheck: $(SRCS) $(HEADERS)
$(SYSTEM_INCLUDES:%=--suppress=*:%/*) \
$(SYSTEM_INCLUDES:%=--suppress=unmatchedSuppression:%/*) \
--inline-suppr \
- --suppress=unusedFunction \
--suppress=unusedStructMember \
\
--suppress=unmatchedSuppression:dhcp.c \