diff options
| author | Pablo Barciela <[email protected]> | 2020-05-25 03:28:16 +0200 |
|---|---|---|
| committer | Pablo Barciela <[email protected]> | 2020-05-25 03:43:34 +0200 |
| commit | 8d37c6fbcfa538f20d2c2927719749682f3b215b (patch) | |
| tree | 03c9ad3bef4465a797c1fa5bd95e3767e591c9e2 | |
| parent | cef10d754cd24e90a9a4707fc979644277df941c (diff) | |
| download | mate-netbook-8d37c6fbcfa538f20d2c2927719749682f3b215b.tar.bz2 mate-netbook-8d37c6fbcfa538f20d2c2927719749682f3b215b.tar.xz | |
Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS
| -rw-r--r-- | .build.yml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -100,6 +100,11 @@ before_scripts: - make install build_scripts: + - if [ ${DISTRO_NAME} == "debian" ];then + - export CFLAGS+=" -Wsign-compare -Wunused-parameter" + - cppcheck --enable=warning,style,performance,portability,information,missingInclude . + - fi + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then @@ -107,9 +112,6 @@ build_scripts: - else - scan-build $CHECKERS --keep-cc -o html-report make - fi - - if [ ${DISTRO_NAME} == "debian" ];then - - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - - fi after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then |
