diff options
author | raveit65 <[email protected]> | 2022-02-12 12:10:00 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-12 12:10:00 +0100 |
commit | f4453b2d7fced010248d2c2bdd1e1d2239c535ef (patch) | |
tree | ebf7b3b030264d2f8977b4075b108296102f5e58 | |
parent | 8eef4a81e9cc671ea0d3475508153e8ad5523fbe (diff) | |
download | caja-dropbox-f4453b2d7fced010248d2c2bdd1e1d2239c535ef.tar.bz2 caja-dropbox-f4453b2d7fced010248d2c2bdd1e1d2239c535ef.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ before_scripts: build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - - export CFLAGS+=" -Wsign-compare -Wunused-macros -Wunused-parameter" + - export CFLAGS+=" -Wsign-compare -Wunused-macros" - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - fi |