summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-13 20:19:15 +0100
committerraveit65 <[email protected]>2022-02-13 20:19:15 +0100
commit3b6af94770fe40b4c3ba5fd031f25dbe604827c2 (patch)
tree647a4f2e8a0b3df491d826abadc94ebe9f4cc4ae
parentaf8ed3f669480ed03b0b1e47acf58962b6184e43 (diff)
downloadmate-session-manager-3b6af94770fe40b4c3ba5fd031f25dbe604827c2.tar.bz2
mate-session-manager-3b6af94770fe40b4c3ba5fd031f25dbe604827c2.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 df7ea26..671f9ac 100644
--- a/.build.yml
+++ b/.build.yml
@@ -123,7 +123,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