summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-12 13:31:43 +0200
committerPablo Barciela <[email protected]>2020-08-12 13:31:43 +0200
commite2c33d6e65e77b7f3ba91c641783be2b3485685b (patch)
tree117e345a5e117287bc0bed8531fad686a48d4edd /.build.yml
parent3eba728faa6eb3ab6b80080c51c9a7621a9ac396 (diff)
downloadeom-e2c33d6e65e77b7f3ba91c641783be2b3485685b.tar.bz2
eom-e2c33d6e65e77b7f3ba91c641783be2b3485685b.tar.xz
Travis CI: debian build: add -Wunused-macros to CFLAGS
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index ddf1678..4dba0e6 100644
--- a/.build.yml
+++ b/.build.yml
@@ -145,7 +145,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