From 8114d0c2080e2f82e26466c80a1a066a26861455 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 16 Apr 2015 21:18:07 +0300 Subject: [PATCH] Too many #ifdef configurations - cppcheck only checks 12 of 13 configurations. Use --force to check all configurations. --HG-- branch : develop --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17ed57a9d..8ad50ae1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ before_script: script: - $CXX --version - - cppcheck --error-exitcode=1 --quiet --inline-suppr --template '{file}:{line}:{message}:{id}' --std=posix --enable=performance,portability ../src + - cppcheck --error-exitcode=1 --quiet --inline-suppr --template '{file}:{line}:{message}:{id}' --std=posix --force --enable=performance,portability ../src - make -j$(nproc) - DISPLAY=:99.0 make check