diff options
-rw-r--r-- | gypsy/gypsy-satellite.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gypsy/gypsy-satellite.c b/gypsy/gypsy-satellite.c index b6b7399..64d571b 100644 --- a/gypsy/gypsy-satellite.c +++ b/gypsy/gypsy-satellite.c @@ -77,6 +77,10 @@ * </informalexample> */ +/* DBus-glib uses GValueArrays which are deprecated, so we need to + * disable the warnings so that -Werror doesn't cry */ +#define GLIB_DISABLE_DEPRECATION_WARNINGS 1 + #include <glib-object.h> #include <gypsy/gypsy-satellite.h> |