diff options
author | raveit65 <[email protected]> | 2022-02-13 19:33:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-13 19:33:06 +0100 |
commit | becf3036fb906ef0d7c5bdcf120bedc3ad9941e9 (patch) | |
tree | 138cc8f1d7cd4d4efb689ff670b684c275d62b55 | |
parent | d1ffecd40bf533b4c289546f47f6921fd0ba83d9 (diff) | |
download | mate-netbook-becf3036fb906ef0d7c5bdcf120bedc3ad9941e9.tar.bz2 mate-netbook-becf3036fb906ef0d7c5bdcf120bedc3ad9941e9.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |