diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index b508dd1f39333eea453267952f2e56d067cd0ac0..ec45e5088d9c888ee2340a738e733b204bffff4b 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
 }