diff options
author | raveit65 <[email protected]> | 2022-02-12 12:21:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-12 12:21:23 +0100 |
commit | 0165cf207c46d7bebb5eeb637507ae49d5773577 (patch) | |
tree | bcdc5edfdb0821728d8d0df08c25ba93345d5d50 | |
parent | 746d5edbd0f4d23ef4c60ecb76eb3eaa52f801c4 (diff) | |
download | eom-0165cf207c46d7bebb5eeb637507ae49d5773577.tar.bz2 eom-0165cf207c46d7bebb5eeb637507ae49d5773577.tar.xz |
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,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 |