diff options
author | raveit65 <[email protected]> | 2022-02-13 18:17:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-13 18:17:41 +0100 |
commit | 1c6ff0ea70e5ef1ed686dbe19b22c2ea742cbb99 (patch) | |
tree | 86e1a70e5736abf8ec6a9dc04988e1d1f7145535 | |
parent | d62e9a237dec28fce759dfc7037c0da648beb75d (diff) | |
download | libmateweather-1c6ff0ea70e5ef1ed686dbe19b22c2ea742cbb99.tar.bz2 libmateweather-1c6ff0ea70e5ef1ed686dbe19b22c2ea742cbb99.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ before_scripts: build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - - export CFLAGS+=" -Wsign-compare -Wunused-macros -Wunused-parameter" + - export CFLAGS+=" -Wsign-compare -Wunused-macros" - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - fi |