diff options
author | raveit65 <[email protected]> | 2022-02-13 19:30:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-13 19:30:47 +0100 |
commit | 3a1b9b3e93d1314695b8a11ac3f69d5dd130ec80 (patch) | |
tree | 1b4f64c827b4c33cf2a516c3f8777cdd63d138a9 | |
parent | ad5341cb6361326aceeac63580230d74d7df0bba (diff) | |
download | mate-menus-3a1b9b3e93d1314695b8a11ac3f69d5dd130ec80.tar.bz2 mate-menus-3a1b9b3e93d1314695b8a11ac3f69d5dd130ec80.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,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 -D'MATEMENU_I_KNOW_THIS_IS_UNSTABLE' -D'G_ENABLE_DEBUG' . - fi |