diff options
author | raveit65 <[email protected]> | 2022-02-13 20:19:15 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-13 20:19:15 +0100 |
commit | 3b6af94770fe40b4c3ba5fd031f25dbe604827c2 (patch) | |
tree | 647a4f2e8a0b3df491d826abadc94ebe9f4cc4ae | |
parent | af8ed3f669480ed03b0b1e47acf58962b6184e43 (diff) | |
download | mate-session-manager-3b6af94770fe40b4c3ba5fd031f25dbe604827c2.tar.bz2 mate-session-manager-3b6af94770fe40b4c3ba5fd031f25dbe604827c2.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |