aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-17 16:42:41 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-17 16:42:41 +0100
commit0ef4fc107ac7a9bc0ea6418076be8510eb862ecc (patch)
treed525d03275c657c9187ca126485bf4285de77dc9 /.build.yml
parent3bbc1d0c2b8a54a940ef78300748074f3bf8f0d7 (diff)
parentef11732b871d63d70d58e4d397d8a4c42e81ab0c (diff)
downloadayatana-indicator-application-0ef4fc107ac7a9bc0ea6418076be8510eb862ecc.tar.gz
ayatana-indicator-application-0ef4fc107ac7a9bc0ea6418076be8510eb862ecc.tar.bz2
ayatana-indicator-application-0ef4fc107ac7a9bc0ea6418076be8510eb862ecc.zip
Merge branch 'tari01-pr/cleanup-compile-flags'
Attributes GH PR #23: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/23
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index acd3c25..d979d69 100644
--- a/.build.yml
+++ b/.build.yml
@@ -144,7 +144,6 @@ before_scripts:
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- - export CFLAGS+=" -Wsign-compare -Wunused-parameter"
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi
-