--quiet instead of redirecting stdout to a file
[psensor.git] / scripts / cppcheck.sh
1 #!/bin/bash
2
3 SDIR=`dirname $0`/..
4
5 cppcheck $SDIR/src  -I $SDIR/src -I $SDIR/src/lib --enable=all --quiet