From 91af5e2854d40d06515416b4b89eb66b346ebe56 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 16 Dec 2021 13:08:09 +0100 Subject: .build.yml: Remove cppcheck suppressions --- .build.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3