diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-28 22:52:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-28 22:52:58 +0000 |
| commit | 5edf7576c5e2bc037f306c3f61770a6aadba66a3 (patch) | |
| tree | b8ab53eb8dbf0f826e47ffb66df62e17faea9a5e /hacks/cppcheck | |
| parent | a112eeb4d052b1212f94e95efd83a215213da691 (diff) | |
Add cppcheck wrapper.
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 |
