From fec0578bfe0106ae7ebf40f00d901106a444a5e2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 27 Apr 2012 14:21:25 +0100 Subject: [PATCH] animatable: Disable deprecation warnings We are using deprecated API internally. --- clutter/clutter-animatable.c | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.7.4