summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-13 19:30:47 +0100
committerraveit65 <[email protected]>2022-02-13 19:30:47 +0100
commit3a1b9b3e93d1314695b8a11ac3f69d5dd130ec80 (patch)
tree1b4f64c827b4c33cf2a516c3f8777cdd63d138a9
parentad5341cb6361326aceeac63580230d74d7df0bba (diff)
downloadmate-menus-3a1b9b3e93d1314695b8a11ac3f69d5dd130ec80.tar.bz2
mate-menus-3a1b9b3e93d1314695b8a11ac3f69d5dd130ec80.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 7e327be..eb4c789 100644
--- a/.build.yml
+++ b/.build.yml
@@ -78,7 +78,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 -D'MATEMENU_I_KNOW_THIS_IS_UNSTABLE' -D'G_ENABLE_DEBUG' .
- fi