diff options
author | Pablo Barciela <[email protected]> | 2020-04-12 03:15:23 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-12 04:31:15 +0200 |
commit | 5ddc9e7b6b0ca49920acb9d52a65cdb3c3253288 (patch) | |
tree | 7265591035f9b447fbd305ab79150669ccda3287 | |
parent | ecc579e81eaa39c1c426c1b8e9bff753f8e7266e (diff) | |
download | caja-5ddc9e7b6b0ca49920acb9d52a65cdb3c3253288.tar.bz2 caja-5ddc9e7b6b0ca49920acb9d52a65cdb3c3253288.tar.xz |
Travis CI: build with --enable-compile-warnings=maximum
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ build_scripts: # - bash ./fedora.sh # - fi - ./autogen.sh --enable-empty-view - - scan-build $CHECKERS ./configure --enable-empty-view + - scan-build $CHECKERS ./configure --enable-empty-view --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $(( CPU_COUNT + 1 )) - else |