diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-08 10:04:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-08 10:04:51 +0200 |
commit | 59f96e1736c14575aee7575e73b50e96cf467bb0 (patch) | |
tree | d82c48dc3d9df35d6420e7de72bac320602c68f4 /vcl/inc/unx | |
parent | 98ba9ca066fcf8f1e576eac4bbd5731b4f810c74 (diff) |
While I could swear that it worked yesterday
...to revert a206bc22623caba30c0285fda0fe0da8879efea3 "avoid warnings about
deprecated decls. from glib2" in my Fedora 18 environment, it /does/ fail now
post 98ba9ca066fcf8f1e576eac4bbd5731b4f810c74 "Revert 'avoid warnings about
deprecated decls. from glib2.'"
Change-Id: I42d118c06665c976a26a2dbfedc31ca4c8bcf0cc
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkdata.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx index d306a3cd06df..702c76463ad1 100644 --- a/vcl/inc/unx/gtk/gtkdata.hxx +++ b/vcl/inc/unx/gtk/gtkdata.hxx @@ -21,6 +21,7 @@ #define _VCL_GTKDATA_HXX #include <prex.h> +#define GLIB_DISABLE_DEPRECATION_WARNINGS #include <gdk/gdk.h> #include <gdk/gdkx.h> #include <gtk/gtk.h> |