diff --git a/clutter/cally/cally-rectangle.c b/clutter/cally/cally-rectangle.c index c2adb80d8..51a9863bc 100644 --- a/clutter/cally/cally-rectangle.c +++ b/clutter/cally/cally-rectangle.c @@ -30,6 +30,8 @@ * In particular it sets a proper role for the rectangle. */ +#define CLUTTER_DISABLE_DEPRECATION_WARNINGS + #include "cally-rectangle.h" #include "cally-actor-private.h" diff --git a/clutter/cally/cally.c b/clutter/cally/cally.c index ea016c531..2edcdf82b 100644 --- a/clutter/cally/cally.c +++ b/clutter/cally/cally.c @@ -33,6 +33,8 @@ #include "config.h" #endif +#define CLUTTER_DISABLE_DEPRECATION_WARNINGS + #include "cally.h" #include "cally-actor.h"