diff options
author | raveit65 <[email protected]> | 2022-02-13 18:10:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-13 18:10:58 +0100 |
commit | fc47f17a919e0320c1fa9aa24ab008540d9b2991 (patch) | |
tree | af6f0d1e441ef7f5084f6979ba9a6006e42e3b10 | |
parent | 0e789da6c8a1652ef15945d2f99f574af066d00e (diff) | |
download | libmatemixer-fc47f17a919e0320c1fa9aa24ab008540d9b2991.tar.bz2 libmatemixer-fc47f17a919e0320c1fa9aa24ab008540d9b2991.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |