From ac3177ce95b270f55e40aaa286817dad2c2562c2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Oct 2022 08:55:50 -0400 Subject: [PATCH] tests: Ignore deprecations Some of our tests use deprecated style context api. Most of them should be ported to use global style providers eventually. For now, ignore deprecations. --- tests/testgrid.c | 2 ++ tests/testheaderbar.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/testgrid.c b/tests/testgrid.c index e2af187dc5..a311bb69dc 100644 --- a/tests/testgrid.c +++ b/tests/testgrid.c @@ -1,5 +1,7 @@ #include +G_GNUC_BEGIN_IGNORE_DEPRECATIONS + static GtkWidget * oriented_test_widget (const char *label, const char *color) { diff --git a/tests/testheaderbar.c b/tests/testheaderbar.c index ebeb971794..fc7ffa5cda 100644 --- a/tests/testheaderbar.c +++ b/tests/testheaderbar.c @@ -1,5 +1,7 @@ #include +G_GNUC_BEGIN_IGNORE_DEPRECATIONS + static void unset_title (GtkWidget *window) { -- 2.30.2