From eeae9c50532d2d75611458d425ebd27943386320 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 13 Sep 2012 20:42:57 +0000 Subject: [PATCH] --- tests/test-cppcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-cppcheck.sh b/tests/test-cppcheck.sh index 0ecbe43..607717d 100644 --- a/tests/test-cppcheck.sh +++ b/tests/test-cppcheck.sh @@ -1,5 +1,5 @@ #!/bin/sh EIDS=performance,portability,information,unusedFunction,missingInclude - -cppcheck ../src -I../src/lib -I../src -I.. --enable=$EIDS --quiet --error-exitcode=1 || exit 1 \ No newline at end of file + +cppcheck ../src -I../src/lib -I../src -I.. --enable=$EIDS --quiet --error-exitcode=1 || exit 1 -- 2.7.4