diff options
author | Pablo Barciela <[email protected]> | 2020-08-16 04:38:37 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-08-16 04:38:49 +0200 |
commit | 223642430be3af5c96caffb2af7d2c039df2c7c2 (patch) | |
tree | 07f6c98e65b4b34c811691379dd8cec538ce2c05 | |
parent | 0b095e07d004e11af5ee375002b20d0f87832f5d (diff) | |
download | libmatemixer-223642430be3af5c96caffb2af7d2c039df2c7c2.tar.bz2 libmatemixer-223642430be3af5c96caffb2af7d2c039df2c7c2.tar.xz |
Travis CI: debian build: add -Wunused-macros to CFLAGS
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,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 |