summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-12 09:19:46 +0100
committerraveit65 <[email protected]>2022-02-12 09:19:46 +0100
commit9fca35700e99e5a4afee36a76716d3435626d7e0 (patch)
tree3dd64c3287dabba138f9ae2d2fa8283e5873e7bd
parenta0aba76b879ab7006175782c4a6776aca6109341 (diff)
downloadmate-settings-daemon-9fca35700e99e5a4afee36a76716d3435626d7e0.tar.bz2
mate-settings-daemon-9fca35700e99e5a4afee36a76716d3435626d7e0.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 8bd022a..1743a44 100644
--- a/.build.yml
+++ b/.build.yml
@@ -156,7 +156,7 @@ before_scripts:
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- - export CFLAGS+=" -Wsign-compare -Wunused-parameter"
+ - export CFLAGS+=" -Wsign-compare"
- cppcheck --enable=warning,style,performance,portability,information,missingInclude -i"mate-desktop-${MATE_DESKTOP_VERSION}" .
- fi