diff options
author | raveit65 <[email protected]> | 2020-03-10 21:16:18 +0100 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-03-10 22:49:33 +0100 |
commit | 8e819d3a5b4b950574a0b1e74e09803151358679 (patch) | |
tree | 15cd296fdea7da7e194b01f2ed55a284734d0433 /.build.yml | |
parent | 7419ff0f54fe9f1489bbc491ea78195bffe1cb76 (diff) | |
download | mate-control-center-8e819d3a5b4b950574a0b1e74e09803151358679.tar.bz2 mate-control-center-8e819d3a5b4b950574a0b1e74e09803151358679.tar.xz |
Travis CI: set compiler warning level to maximum
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -195,8 +195,8 @@ before_scripts: - chmod +x /usr/bin/gla11y build_scripts: - - ./autogen.sh - - scan-build $CHECKERS ./configure + - ./autogen.sh --enable-compile-warnings=maximum + - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - scan-build $CHECKERS --keep-cc -o html-report make -j $(( $CPU_COUNT + 1 )) - if [ ${DISTRO_NAME} == "debian" ];then - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.2' -i'mate-settings-daemon-1.23.1' . |