diff options
author | raveit65 <[email protected]> | 2022-02-13 20:10:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-13 20:10:42 +0100 |
commit | da9a42864438b1c704b67f37e020eb65c64a5c76 (patch) | |
tree | e8c8c3a6a8747f09600a26bef6cc855e3179cadf | |
parent | 59c6c788da2ba71b16b50e6141556f6f030c3f8d (diff) | |
download | mate-power-manager-da9a42864438b1c704b67f37e020eb65c64a5c76.tar.bz2 mate-power-manager-da9a42864438b1c704b67f37e020eb65c64a5c76.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,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 |