summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-12 02:37:57 +0200
committerPablo Barciela <[email protected]>2020-08-12 02:37:57 +0200
commit8874f910b4315e2c1db9fd991cbe6cbf96f8c483 (patch)
tree0bf1033c52e6ec0f12608ee2f73a97dc370b7dfb
parent30ec060dcb4356bf7aeb4629dbb10f74a77fe5a3 (diff)
downloadengrampa-8874f910b4315e2c1db9fd991cbe6cbf96f8c483.tar.bz2
engrampa-8874f910b4315e2c1db9fd991cbe6cbf96f8c483.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 67625aa..466dc7e 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