aboutsummaryrefslogtreecommitdiff
path: root/travis/linux_gcc
diff options
context:
space:
mode:
Diffstat (limited to 'travis/linux_gcc')
-rwxr-xr-xtravis/linux_gcc/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/linux_gcc/before_install.sh b/travis/linux_gcc/before_install.sh
index 0c37643c..87877629 100755
--- a/travis/linux_gcc/before_install.sh
+++ b/travis/linux_gcc/before_install.sh
@@ -4,7 +4,7 @@
sudo apt-get install -y cppcheck
-cppcheck --inline-suppr --template='{file}:{line},{severity},{id},{message}' --enable=all --inconclusive --std=posix -DPJ_SELFTEST=1 src/*.c 2>/tmp/cppcheck.txt
+cppcheck --inline-suppr --template='{file}:{line},{severity},{id},{message}' --enable=all --inconclusive --std=posix src/*.c 2>/tmp/cppcheck.txt
grep "error," /tmp/cppcheck.txt
if [[ $? -eq 0 ]] ; then