From 853a6af62dac8beb7fd6c170c5f1460202749b54 Mon Sep 17 00:00:00 2001 From: Emil Mikulic Date: Mon, 11 Jan 2016 00:31:58 +1100 Subject: [PATCH] Indent, add dir, allow inconclusive. --- devel/cppcheck | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/devel/cppcheck b/devel/cppcheck index 35567f9..0520e40 100755 --- a/devel/cppcheck +++ b/devel/cppcheck @@ -1,5 +1,9 @@ #!/bin/bash # --check-config - to list headers that can't be found. -cppcheck --report-progress --force --enable=all -I/usr/include \ - -I/usr/include/linux -I/usr/lib/gcc/x86_64-linux-gnu/4.8/include \ +cppcheck --report-progress --force --enable=all \ + -I/usr/include \ + -I/usr/include/linux \ + -I/usr/lib/gcc/x86_64-linux-gnu/4.8/include \ + -I/usr/include/x86_64-linux-gnu \ + --inconclusive \ ../darkhttpd.c