(fix of commit
e3d3b3bec)
In case of cppcheck quiet mode, grep (in the pipe) exits with an error.
- MAKEFILE_TARGETS="dist"
- os: linux
env:
- - CPPCHECK_ENABLE="--enable=unusedFunction --quiet -I libatomic_ops/src extra/gc.c tests/*.c"
+ - CPPCHECK_ENABLE="--enable=unusedFunction -I libatomic_ops/src extra/gc.c tests/*.c"
- os: linux
env:
- CPPCHECK_ENABLE="--enable=unusedFunction --force -D GC_BUILTIN_ATOMIC *.cc cord/*.c cord/tests/*.c tests/*.c tests/*.cc"