diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-10-07 20:59:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-10-11 17:18:21 -0400 |
commit | 69e4c9b01e0db22db96aed7d700ac98c698e3390 (patch) | |
tree | b1a33d04823616d9a2ef1aba218f1f864e7d6b66 /tests/testscrolledwindow.c | |
parent | c32fed9238090f3a1ae55fe0bc5c609493bcfa39 (diff) | |
download | gtk+-69e4c9b01e0db22db96aed7d700ac98c698e3390.tar.gz |
tests: Ignore deprecations
Eventually, most of these tests should be dropped.
Diffstat (limited to 'tests/testscrolledwindow.c')
-rw-r--r-- | tests/testscrolledwindow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testscrolledwindow.c b/tests/testscrolledwindow.c index 631b2059aa..59ce67ac21 100644 --- a/tests/testscrolledwindow.c +++ b/tests/testscrolledwindow.c @@ -1,5 +1,6 @@ #include <gtk/gtk.h> +G_GNUC_BEGIN_IGNORE_DEPRECATIONS static void horizontal_policy_changed (GtkComboBox *combo_box, |