From bae1cc12b1d19a5df64e511e7dfc1b997890df15 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 15 Apr 2015 16:01:12 +0300 Subject: [PATCH] error cppcheck: there is no --enable parameter with the name 'warning' cppcheck version 1.52 doesn't have this options yet. --HG-- branch : develop --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3486ff16..7d1960788 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_script: - qmake ../Valentina.pro -r script: - - cppcheck --error-exitcode=1 --quiet --std=posix --enable=performance,portability,warning,style . + - cppcheck --error-exitcode=1 --quiet --std=posix --enable=performance,portability,style . - make -j$(nproc) - make check