summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-12 12:10:00 +0100
committerraveit65 <[email protected]>2022-02-12 12:10:00 +0100
commitf4453b2d7fced010248d2c2bdd1e1d2239c535ef (patch)
treeebf7b3b030264d2f8977b4075b108296102f5e58
parent8eef4a81e9cc671ea0d3475508153e8ad5523fbe (diff)
downloadcaja-dropbox-f4453b2d7fced010248d2c2bdd1e1d2239c535ef.tar.bz2
caja-dropbox-f4453b2d7fced010248d2c2bdd1e1d2239c535ef.tar.xz
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index c93456f..6053076 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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