diff options
Diffstat (limited to 'hacks/cppcheck')
| -rw-r--r-- | hacks/cppcheck | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hacks/cppcheck b/hacks/cppcheck new file mode 100644 index 000000000..2b91b8922 --- /dev/null +++ b/hacks/cppcheck @@ -0,0 +1,2 @@ +#!/bin/bash +cppcheck --enable=all --quiet -U check . > log 2>&1
\ No newline at end of file |
