diff options
author | raveit65 <[email protected]> | 2022-02-13 20:13:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-13 20:13:30 +0100 |
commit | 99f02ff181ce95f04ccde0a979e8b7320e7b6260 (patch) | |
tree | a45d7c10dc99a8f09913df006cc605b3d29662f6 | |
parent | 8da9bfdbc16d5516ec6088f27088caac7780374f (diff) | |
download | mate-sensors-applet-99f02ff181ce95f04ccde0a979e8b7320e7b6260.tar.bz2 mate-sensors-applet-99f02ff181ce95f04ccde0a979e8b7320e7b6260.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,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 |