mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
Add int dummy; to empty struct TestConformSimpleFixture definition.
This commit is contained in:
parent
f852ade823
commit
fe416fb745
@ -16,6 +16,7 @@ typedef struct _TestConformSharedState
|
||||
typedef struct _TestConformSimpleFixture
|
||||
{
|
||||
/**/
|
||||
int dummy;
|
||||
} TestConformSimpleFixture;
|
||||
|
||||
void test_conform_simple_fixture_setup (TestConformSimpleFixture *fixture,
|
||||
|
Loading…
Reference in New Issue
Block a user