summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-12 12:12:35 +0100
committerraveit65 <[email protected]>2022-02-12 12:12:35 +0100
commit4f9cb39dce8c207bdb8cd5b94d14d627109608af (patch)
tree52a0f19eed3534cb557a8af3576fb073bf000b4d
parentaa40c23a25687eb1914c7c36a7269f62de1c4040 (diff)
downloadcaja-extensions-4f9cb39dce8c207bdb8cd5b94d14d627109608af.tar.bz2
caja-extensions-4f9cb39dce8c207bdb8cd5b94d14d627109608af.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 c74ee3c..93cea98 100644
--- a/.build.yml
+++ b/.build.yml
@@ -102,7 +102,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