From b505c022c42eda63d940d648a7641e64355baa37 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 19 Feb 2011 16:45:51 +0000 Subject: [PATCH] test-timeline: Ignore the default stage We need to create the default stage to have the master clock spin, but we can tell the compiler that the returned value is meaningless. --- tests/conform/test-timeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conform/test-timeline.c b/tests/conform/test-timeline.c index 571d62716..a04e948e2 100644 --- a/tests/conform/test-timeline.c +++ b/tests/conform/test-timeline.c @@ -185,7 +185,7 @@ void test_timeline (TestConformSimpleFixture *fixture, gconstpointer data) { - ClutterActor *stage; + ClutterActor *stage G_GNUC_UNUSED; ClutterTimeline *timeline_1; TimelineData data_1; ClutterTimeline *timeline_2;