summaryrefslogtreecommitdiff
path: root/build/makecheck1
diff options
context:
space:
mode:
Diffstat (limited to 'build/makecheck1')
-rwxr-xr-xbuild/makecheck13
1 files changed, 3 insertions, 0 deletions
diff --git a/build/makecheck1 b/build/makecheck1
new file mode 100755
index 000000000..96b49e5c7
--- /dev/null
+++ b/build/makecheck1
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+cppcheck --enable=style --enable=information --enable=unusedFunction --force -j 5 -v .. 1>makecheck.txt 2>makecheck_err.txt