error cppcheck: there is no --enable parameter with the name 'warning'

cppcheck version 1.52 doesn't have this options yet.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-04-15 16:01:12 +03:00
parent 78f1e89f08
commit bae1cc12b1

View file

@ -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