summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-13 19:38:48 +0100
committerraveit65 <[email protected]>2022-02-13 19:38:48 +0100
commit0413510860e133b8d1f166d1ebc167a158f6331f (patch)
tree53a619001da8fa1195ffa7c8dda66620b1406fc1
parent4b20d6ba281454dcf397ffdf96f66e38cde79e96 (diff)
downloadmate-polkit-0413510860e133b8d1f166d1ebc167a158f6331f.tar.bz2
mate-polkit-0413510860e133b8d1f166d1ebc167a158f6331f.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 a39ae80..c0591bf 100644
--- a/.build.yml
+++ b/.build.yml
@@ -83,7 +83,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