From 7dafe7ddfec391ebddaa7eb3e4c97e6e76f2fca5 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Thu, 1 Mar 2012 10:44:43 -0500
Subject: [PATCH] * #8968: hudson: added --inlin-suppr to cppcheck

---
 hudson-sflphone-script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index b508dd1f39..ec45e5088d 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -14,7 +14,7 @@ function run_code_analysis {
 	# Check if cppcheck is installed on the system
 	if [ `which cppcheck &>/dev/null ; echo $?` -ne 1 ] ; then
 		pushd src
-		cppcheck . --enable=all --xml 2> cppcheck-report.xml
+		cppcheck . --enable=all --xml --inline-suppr 2> cppcheck-report.xml
 		popd
 	fi
 }
-- 
GitLab