diff options
author | David Tardon <dtardon@redhat.com> | 2012-01-15 18:51:09 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-01-15 20:27:29 +0100 |
commit | 52118dae64a1f659e0575a82c93062faf3946f1c (patch) | |
tree | ba024f067dd5bd1c05d7df79cb010359ccc076ca /extensions | |
parent | 265f061458052a7691e9f012ebcb5ec3f4f0e871 (diff) |
avoid warnings about deprecated decls. from glib2
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/plugin/unx/npwrap.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/plugin/unx/npwrap.cxx b/extensions/source/plugin/unx/npwrap.cxx index 542741de5c79..f6d00a240225 100644 --- a/extensions/source/plugin/unx/npwrap.cxx +++ b/extensions/source/plugin/unx/npwrap.cxx @@ -38,6 +38,7 @@ #include <fcntl.h> #include <signal.h> +#define GLIB_DISABLE_DEPRECATION_WARNINGS #include <plugin/unx/plugcon.hxx> #include <osl/file.h> |