summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2022-02-13 20:13:30 +0100
committerraveit65 <[email protected]>2022-02-13 20:13:30 +0100
commit99f02ff181ce95f04ccde0a979e8b7320e7b6260 (patch)
treea45d7c10dc99a8f09913df006cc605b3d29662f6
parent8da9bfdbc16d5516ec6088f27088caac7780374f (diff)
downloadmate-sensors-applet-99f02ff181ce95f04ccde0a979e8b7320e7b6260.tar.bz2
mate-sensors-applet-99f02ff181ce95f04ccde0a979e8b7320e7b6260.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 80967ee..4d3cdbc 100644
--- a/.build.yml
+++ b/.build.yml
@@ -99,7 +99,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