From 27bd4a7f4c0c286344647a42d2708f09bc579e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Tue, 6 Dec 2016 11:19:33 +0100 Subject: [PATCH] daca2: enable --inconclusive --- tools/daca2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/daca2.py b/tools/daca2.py index 8369fca46..e1319646b 100644 --- a/tools/daca2.py +++ b/tools/daca2.py @@ -160,7 +160,7 @@ def scanarchive(filepath, jobs, cpulimit): cmd = 'cpulimit --limit=' + cpulimit else: cmd = 'nice --adjustment=1000' - cmd = cmd + ' ../cppcheck-O2 -D__GCC__ --enable=style --error-exitcode=0 --exception-handling=stderr ' + jobs + ' .' + cmd = cmd + ' ../cppcheck-O2 -D__GCC__ --enable=style --inconclusive --error-exitcode=0 --exception-handling=stderr ' + jobs + ' .' cmds = cmd.split() cmds.append('--template={callstack}: ({severity}) {message} [{id}]')