summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-13 19:36:34 +0100
committerraveit65 <[email protected]>2022-02-13 19:36:34 +0100
commit8d44fb8753b429f2c01e9ce964960723c5cabf54 (patch)
tree2cb0936e86016c91bf7b3ed45aaeed195d2b1d9c
parent4d65b4dfa9b985d05f4e29a2e6a811e01fab177f (diff)
downloadmate-panel-8d44fb8753b429f2c01e9ce964960723c5cabf54.tar.bz2
mate-panel-8d44fb8753b429f2c01e9ce964960723c5cabf54.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 50e0f7c3..0ef0dfb1 100644
--- a/.build.yml
+++ b/.build.yml
@@ -135,7 +135,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'gtk-layer-shell-build' .
- fi