summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-17 02:59:22 +0200
committerPablo Barciela <[email protected]>2020-08-17 02:59:22 +0200
commite9c754d56caa06dd49e40562d1365a0337d79586 (patch)
tree316e4b02738cafa2be176ba7d791ca95635f478a
parent67521e5c2abc80e81c28052acc0d540a6fa7ce67 (diff)
downloadlibmateweather-e9c754d56caa06dd49e40562d1365a0337d79586.tar.bz2
libmateweather-e9c754d56caa06dd49e40562d1365a0337d79586.tar.xz
Travis CI: debian build: add -Wunused-macros to CFLAGS
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index b9e60d7..1ae80d4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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