diff options
author | raveit65 <[email protected]> | 2022-02-12 12:12:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-12 12:12:35 +0100 |
commit | 4f9cb39dce8c207bdb8cd5b94d14d627109608af (patch) | |
tree | 52a0f19eed3534cb557a8af3576fb073bf000b4d /.build.yml | |
parent | aa40c23a25687eb1914c7c36a7269f62de1c4040 (diff) | |
download | caja-extensions-4f9cb39dce8c207bdb8cd5b94d14d627109608af.tar.bz2 caja-extensions-4f9cb39dce8c207bdb8cd5b94d14d627109608af.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,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 |