--quiet instead of redirecting stdout to a file
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 13 Sep 2012 13:26:09 +0000 (13:26 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 13 Sep 2012 13:26:09 +0000 (13:26 +0000)
scripts/cppcheck.sh

index 1618eef..3d9e14e 100755 (executable)
@@ -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