diff options
Diffstat (limited to 'demos/gtk-demo/dialog.c')
-rw-r--r-- | demos/gtk-demo/dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/gtk-demo/dialog.c b/demos/gtk-demo/dialog.c index 3b355fef3e..b5a709ad38 100644 --- a/demos/gtk-demo/dialog.c +++ b/demos/gtk-demo/dialog.c @@ -8,6 +8,8 @@ #include <glib/gi18n.h> #include <gtk/gtk.h> +G_GNUC_BEGIN_IGNORE_DEPRECATIONS + static GtkWidget *window = NULL; static GtkWidget *entry1 = NULL; static GtkWidget *entry2 = NULL; |