From: Emmanuele Bassi Date: Thu, 3 May 2012 10:34:57 +0000 (+0100) Subject: cally: Disable deprecation warnings X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcd341d23e24853041e754c47dff87914aaa42de;p=profile%2Fivi%2Fclutter.git cally: Disable deprecation warnings For ClutterGroup and ClutterRectangle. --- diff --git a/clutter/cally/cally-rectangle.c b/clutter/cally/cally-rectangle.c index c2adb80..51a9863 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 ea016c5..2edcdf8 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"