From a97b2e1ba96b26113c3e7848808df49961c71c39 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 3 Sep 2018 14:47:12 +0200 Subject: Some cppcheck fixes --- tools/cppcheck.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tools/cppcheck.sh (limited to 'tools') diff --git a/tools/cppcheck.sh b/tools/cppcheck.sh new file mode 100755 index 0000000..2b130ce --- /dev/null +++ b/tools/cppcheck.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cppcheck --enable=all --verbose src/ lib/ plugins/ 2> report.txt + -- cgit v1.2.1