diff options
author | Pablo Barciela <[email protected]> | 2020-08-17 02:59:22 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-08-17 02:59:22 +0200 |
commit | e9c754d56caa06dd49e40562d1365a0337d79586 (patch) | |
tree | 316e4b02738cafa2be176ba7d791ca95635f478a | |
parent | 67521e5c2abc80e81c28052acc0d540a6fa7ce67 (diff) | |
download | libmateweather-e9c754d56caa06dd49e40562d1365a0337d79586.tar.bz2 libmateweather-e9c754d56caa06dd49e40562d1365a0337d79586.tar.xz |
Travis CI: debian build: add -Wunused-macros to CFLAGS
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ before_scripts: build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - - export CFLAGS+=" -Wsign-compare -Wunused-parameter" + - export CFLAGS+=" -Wsign-compare -Wunused-macros -Wunused-parameter" - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - fi |