From: Matthias Clasen Date: Mon, 10 Oct 2022 12:55:50 +0000 (-0400) Subject: tests: Ignore deprecations X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~181^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ac3177ce95b270f55e40aaa286817dad2c2562c2;p=gtk4.git 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. --- 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) {