From: Ralf Habacker Date: Thu, 17 Mar 2022 13:28:34 +0000 (+0100) Subject: cmake: temporary disable fatal warnings related to new opensuse builds X-Git-Tag: dbus-1.15.0~82^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd8638e1319272887aef1a4b5aaa39d2fb9914be;p=thirdparty%2Fdbus.git cmake: temporary disable fatal warnings related to new opensuse builds This is necessary for these CI builds to be successful. Signed-off-by: Ralf Habacker --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 890618dc7..99f102c53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -332,8 +332,11 @@ else() pointer-sign ) set(WARNINGS_DISABLED + error=inline error=overloaded-virtual error=missing-field-initializers + error=null-dereference + error=strict-aliasing error=unused-parameter unused-parameter )