aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-12-16 13:08:09 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-08 18:30:04 +0100
commit91af5e2854d40d06515416b4b89eb66b346ebe56 (patch)
treed04a05b67e5e7d325ca5f18a567906bcaefad6e1
parent7f380782f57089b97a04125f18d61da05292d2ba (diff)
downloadayatana-indicator-datetime-91af5e2854d40d06515416b4b89eb66b346ebe56.tar.gz
ayatana-indicator-datetime-91af5e2854d40d06515416b4b89eb66b346ebe56.tar.bz2
ayatana-indicator-datetime-91af5e2854d40d06515416b4b89eb66b346ebe56.zip
.build.yml: Remove cppcheck suppressions
-rw-r--r--.build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 5d776ad..220f078 100644
--- a/.build.yml
+++ b/.build.yml
@@ -227,8 +227,7 @@ before_scripts:
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- export CFLAGS+=" -Wsign-compare -Wunused-parameter"
-# FIXME: uninitMemberVar can perhaps be fixed in the source and dropped here
- - cppcheck --enable=warning,style,performance,portability,information --suppress=uninitMemberVar --suppress=missingInclude .
+ - cppcheck --enable=warning,style,performance,portability,information --suppress=missingInclude .
- fi
-
- if [ -e ./CMakeLists.txt ]; then