diff options
author | Robert Tari <robert@tari.in> | 2021-12-16 13:08:09 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-08 18:30:04 +0100 |
commit | 91af5e2854d40d06515416b4b89eb66b346ebe56 (patch) | |
tree | d04a05b67e5e7d325ca5f18a567906bcaefad6e1 /.build.yml | |
parent | 7f380782f57089b97a04125f18d61da05292d2ba (diff) | |
download | ayatana-indicator-datetime-91af5e2854d40d06515416b4b89eb66b346ebe56.tar.gz ayatana-indicator-datetime-91af5e2854d40d06515416b4b89eb66b346ebe56.tar.bz2 ayatana-indicator-datetime-91af5e2854d40d06515416b4b89eb66b346ebe56.zip |
.build.yml: Remove cppcheck suppressions
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |