From 3217a007e4e1a7071bc40389809c7e69b69d172d Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Fri, 6 Oct 2023 17:48:59 -0500 Subject: [PATCH] Fix cppcheck.sh --- cppcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppcheck.sh b/cppcheck.sh index 28262ee86..83389a584 100755 --- a/cppcheck.sh +++ b/cppcheck.sh @@ -91,8 +91,8 @@ if test $# -eq 0 ; then --std=c99 \ $SUPPRESS \ $CHECK \ - . \ --template='{file}:{line},{severity},{id},{message}' \ + . \ >cppcheck.log 2>&1 else cppcheck --inline-suppr \