diff options
author | Pablo Barciela <[email protected]> | 2020-04-09 04:52:54 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-09 05:09:53 +0200 |
commit | 5f87dbc3c689f24270c933ad80e2d7a21e577a99 (patch) | |
tree | 5465c2fa552762c9fab2e84839e74a39a065b80c | |
parent | 92221d58b50dbb9490ab3a87740e0f0f353288ec (diff) | |
download | engrampa-5f87dbc3c689f24270c933ad80e2d7a21e577a99.tar.bz2 engrampa-5f87dbc3c689f24270c933ad80e2d7a21e577a99.tar.xz |
Travis CI: debian build: add -Wsign-compare to CFLAGS
-rw-r--r-- | .build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -92,9 +92,10 @@ variables: build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - - export CFLAGS+=" -Wunused-parameter" + - export CFLAGS+=" -Wsign-compare -Wunused-parameter" - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - fi + - ./autogen.sh --enable-compile-warnings=maximum - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then |