Too many #ifdef configurations - cppcheck only checks 12 of 13 configurations.
Use --force to check all configurations. --HG-- branch : develop
This commit is contained in:
parent
58f17fec13
commit
8114d0c208
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user