diff options
Diffstat (limited to 'tests/testdialog.c')
-rw-r--r-- | tests/testdialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdialog.c b/tests/testdialog.c index 660912cf00..3993339f38 100644 --- a/tests/testdialog.c +++ b/tests/testdialog.c @@ -1,6 +1,8 @@ #include <gtk/gtk.h> #include <glib/gstdio.h> +G_GNUC_BEGIN_IGNORE_DEPRECATIONS + static void show_message_dialog1 (GtkWindow *parent) { |