diff options
author | raveit65 <[email protected]> | 2022-02-13 18:20:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-13 18:20:30 +0100 |
commit | 4f73014773f194331b441c6879fe7d8744d9d9b8 (patch) | |
tree | cf673723af5e1a79dcf42ab1a38cfc9ea15789ac | |
parent | 35ce261e7de613029461f1082b8c44c397316e37 (diff) | |
download | marco-4f73014773f194331b441c6879fe7d8744d9d9b8.tar.bz2 marco-4f73014773f194331b441c6879fe7d8744d9d9b8.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,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 --force -D'PACKAGE' -D'WITH_VERBOSE_MODE' . - fi |