summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-12 12:21:23 +0100
committerraveit65 <[email protected]>2022-02-12 12:21:23 +0100
commit0165cf207c46d7bebb5eeb637507ae49d5773577 (patch)
treebcdc5edfdb0821728d8d0df08c25ba93345d5d50
parent746d5edbd0f4d23ef4c60ecb76eb3eaa52f801c4 (diff)
downloadeom-0165cf207c46d7bebb5eeb637507ae49d5773577.tar.bz2
eom-0165cf207c46d7bebb5eeb637507ae49d5773577.tar.xz
ci: drop -Wunused-parameter compiler cflag from debian build
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 5fb0e48..bed5fa5 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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