summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-13 18:10:58 +0100
committerraveit65 <[email protected]>2022-02-13 18:10:58 +0100
commitfc47f17a919e0320c1fa9aa24ab008540d9b2991 (patch)
treeaf6f0d1e441ef7f5084f6979ba9a6006e42e3b10
parent0e789da6c8a1652ef15945d2f99f574af066d00e (diff)
downloadlibmatemixer-fc47f17a919e0320c1fa9aa24ab008540d9b2991.tar.bz2
libmatemixer-fc47f17a919e0320c1fa9aa24ab008540d9b2991.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 3e2e134..1d444f7 100644
--- a/.build.yml
+++ b/.build.yml
@@ -79,7 +79,7 @@ before_scripts:
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- - export CFLAGS+=" -Wsign-compare -Wunused-macros -Wunused-parameter"
+ - export CFLAGS+=" -Wsign-compare -Wunused-macros"
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi