ci: use default MATE_COMPILE_WARNINGS for stable branch

raveit65 2020-04-11 13:14:16 +02:00
parent 933e44d3d2
commit 1424043b0a
1 changed files with 2 additions and 3 deletions

View File

@ -70,7 +70,6 @@ requires:
- yelp-tools
variables:
- CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode
@ -107,8 +106,8 @@ before_scripts:
- make install
build_scripts:
- ./autogen.sh --enable-compile-warnings=maximum
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- ./autogen.sh
- scan-build $CHECKERS ./configure
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
- else