summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-13 19:33:06 +0100
committerraveit65 <[email protected]>2022-02-13 19:33:06 +0100
commitbecf3036fb906ef0d7c5bdcf120bedc3ad9941e9 (patch)
tree138cc8f1d7cd4d4efb689ff670b684c275d62b55
parentd1ffecd40bf533b4c289546f47f6921fd0ba83d9 (diff)
downloadmate-netbook-becf3036fb906ef0d7c5bdcf120bedc3ad9941e9.tar.bz2
mate-netbook-becf3036fb906ef0d7c5bdcf120bedc3ad9941e9.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 afa86ee..d4f166a 100644
--- a/.build.yml
+++ b/.build.yml
@@ -90,7 +90,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