summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-25 19:00:12 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-25 19:00:38 +0100
commit43a99a7afe3063eebc901452026b13360b69a7b5 (patch)
tree5ba87dd780b9c5b3099f4d93c3d04e10cf302ee5 /Makefile.am
parent25ad8664604507aacab593327b8d9d7454f0634d (diff)
build-sys: minor fixes found with cppcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b7a4681447..162a7be45e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5013,4 +5013,4 @@ tests += \
test-libudev-sym
cppcheck:
- cppcheck --enable=all $(top_srcdir)
+ cppcheck --enable=all -q $(top_srcdir)