summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-12 14:20:06 +0200
committerPablo Barciela <[email protected]>2020-08-12 14:20:06 +0200
commit680308c45a67bc2eaa578cf50c60f47f6287a56c (patch)
tree297f9932a180d81e178260fca20eadc0f926e348
parent00e7db5731b51668fbe176caa378313108c136da (diff)
downloadlibmatekbd-680308c45a67bc2eaa578cf50c60f47f6287a56c.tar.bz2
libmatekbd-680308c45a67bc2eaa578cf50c60f47f6287a56c.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 760edfa..0176e32 100644
--- a/.build.yml
+++ b/.build.yml
@@ -102,7 +102,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