diff options
| author | raveit65 <[email protected]> | 2022-02-11 17:50:07 +0100 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2022-02-11 17:50:07 +0100 |
| commit | cada649969593de91457ba91901b8dd5e2ddb36f (patch) | |
| tree | 9913863d12e82923039bc30ab9ef224482cc8f8d | |
| parent | 22800a23cf9536e32994fc847585281079221f63 (diff) | |
| download | mate-utils-cada649969593de91457ba91901b8dd5e2ddb36f.tar.bz2 mate-utils-cada649969593de91457ba91901b8dd5e2ddb36f.tar.xz | |
ci: drop -Wunused-parameter flag from debian build
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,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 |
