summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-13 19:10:59 +0100
committerraveit65 <[email protected]>2022-02-13 19:10:59 +0100
commit987be5c82b2555074cedf3af3307f1b4530ff0cc (patch)
treec97e797bae0b3e0ee8d070213b02ff1f13a7b5fb
parent03e38ada456be8fecd04fde9fa6a8293816292aa (diff)
downloadmate-desktop-987be5c82b2555074cedf3af3307f1b4530ff0cc.tar.bz2
mate-desktop-987be5c82b2555074cedf3af3307f1b4530ff0cc.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 3cf831e..c2d14d8 100644
--- a/.build.yml
+++ b/.build.yml
@@ -108,7 +108,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 .
- fi