1
0
Fork 0

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.
This commit is contained in:
Emmanuele Bassi 2011-02-19 16:45:51 +00:00
parent fd3462170f
commit b505c022c4

View file

@ -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;