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:
parent
78f1e89f08
commit
bae1cc12b1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user