diff options
author | Pablo Barciela <[email protected]> | 2020-08-12 13:31:43 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-08-12 13:31:43 +0200 |
commit | e2c33d6e65e77b7f3ba91c641783be2b3485685b (patch) | |
tree | 117e345a5e117287bc0bed8531fad686a48d4edd | |
parent | 3eba728faa6eb3ab6b80080c51c9a7621a9ac396 (diff) | |
download | eom-e2c33d6e65e77b7f3ba91c641783be2b3485685b.tar.bz2 eom-e2c33d6e65e77b7f3ba91c641783be2b3485685b.tar.xz |
Travis CI: debian build: add -Wunused-macros to CFLAGS
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |