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.
This commit is contained in:
Matthias Clasen 2022-10-10 08:55:50 -04:00
parent ccaaff406f
commit ac3177ce95
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include <gtk/gtk.h>
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
static GtkWidget *
oriented_test_widget (const char *label, const char *color)
{

View File

@ -1,5 +1,7 @@
#include <gtk/gtk.h>
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
static void
unset_title (GtkWidget *window)
{