diff options
author | raveit65 <[email protected]> | 2022-02-13 18:34:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-13 18:34:34 +0100 |
commit | 0685093d85f70823d71397e35f3c2acf09a0c083 (patch) | |
tree | a016aca0ccd58f34c33e144ceb7546be5db149a7 /.build.yml | |
parent | 47d36b9deab2fa6ac352e8c68b62c9800357652d (diff) | |
download | mate-applets-0685093d85f70823d71397e35f3c2acf09a0c083.tar.bz2 mate-applets-0685093d85f70823d71397e35f3c2acf09a0c083.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,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 |