From: Emmanuele Bassi Date: Fri, 27 Apr 2012 13:21:25 +0000 (+0100) Subject: animatable: Disable deprecation warnings X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fec0578bfe0106ae7ebf40f00d901106a444a5e2;p=profile%2Fivi%2Fclutter.git animatable: Disable deprecation warnings We are using deprecated API internally. --- diff --git a/clutter/clutter-animatable.c b/clutter/clutter-animatable.c index 2291db9..85a835d 100644 --- a/clutter/clutter-animatable.c +++ b/clutter/clutter-animatable.c @@ -49,6 +49,8 @@ #include "config.h" #endif +#define CLUTTER_DISABLE_DEPRECATION_WARNINGS + #include "clutter-animatable.h" #include "clutter-interval.h" #include "clutter-debug.h"