mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
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:
parent
fd3462170f
commit
b505c022c4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user