summaryrefslogtreecommitdiff
path: root/ext2ed
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2014-03-14 09:32:48 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-03-14 09:32:50 -0400
commitf1605243a4bab97b860beb1bb9ce3522959414f6 (patch)
treeea0c583c77dc36850bd69d70f759425c15daeb8c /ext2ed
parentd05c9c7ace8322c774172357e48390f5412b7d19 (diff)
all: Introduce cppcheck static checking for make C=1
Introduce more static checking via cppcheck. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'ext2ed')
-rw-r--r--ext2ed/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext2ed/Makefile.in b/ext2ed/Makefile.in
index 5f4cc69a..f05a562e 100644
--- a/ext2ed/Makefile.in
+++ b/ext2ed/Makefile.in
@@ -34,6 +34,7 @@ DOCS= doc/ext2ed-design.pdf doc/user-guide.pdf doc/ext2fs-overview.pdf \
.c.o:
$(CC) -c $(ALL_CFLAGS) $< -o $@
$(CHECK_CMD) $(ALL_CFLAGS) $<
+ $(CPPCHECK_CMD) $<
.SUFFIXES: .sgml .ps .pdf .html