From 5edf7576c5e2bc037f306c3f61770a6aadba66a3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 Jan 2015 22:52:58 +0000 Subject: Add cppcheck wrapper. --- hacks/cppcheck | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hacks/cppcheck (limited to 'hacks/cppcheck') 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 -- cgit v1.2.3 From c58b1a4a478201b76a4f8491fa075cbe476af484 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 Jan 2015 22:53:50 +0000 Subject: +x on cppcheck. --- hacks/cppcheck | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 hacks/cppcheck (limited to 'hacks/cppcheck') diff --git a/hacks/cppcheck b/hacks/cppcheck old mode 100644 new mode 100755 -- cgit v1.2.3