summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-12 02:02:28 +0200
committerPablo Barciela <[email protected]>2020-08-12 02:02:28 +0200
commita410e486f7ada2059bf50d701f806938fe315a04 (patch)
treee8cbef8d733fa37593c816b21c79e5fdfaecdeee
parenta92e7aa4e086c7af2b866af1eb09527b5599365e (diff)
downloadcaja-extensions-a410e486f7ada2059bf50d701f806938fe315a04.tar.bz2
caja-extensions-a410e486f7ada2059bf50d701f806938fe315a04.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 66496c4..f9ede2b 100644
--- a/.build.yml
+++ b/.build.yml
@@ -113,7 +113,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