From 424837d2c3951bc38d3b2030ec6668a36bc6ce00 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 13 Sep 2012 13:26:09 +0000 Subject: [PATCH] --quiet instead of redirecting stdout to a file --- scripts/cppcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cppcheck.sh b/scripts/cppcheck.sh index 1618eef..3d9e14e 100755 --- a/scripts/cppcheck.sh +++ b/scripts/cppcheck.sh @@ -2,4 +2,4 @@ SDIR=`dirname $0`/.. -cppcheck $SDIR/src -I $SDIR/src -I $SDIR/src/lib --enable=all >cppcheck.out \ No newline at end of file +cppcheck $SDIR/src -I $SDIR/src -I $SDIR/src/lib --enable=all --quiet \ No newline at end of file -- 2.7.4