From fe416fb745fe4293e889d5179707051c959af921 Mon Sep 17 00:00:00 2001 From: Haakon Sporsheim Date: Tue, 31 Mar 2009 14:41:44 +0200 Subject: [PATCH] Add int dummy; to empty struct TestConformSimpleFixture definition. --- tests/conform/test-conform-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conform/test-conform-common.h b/tests/conform/test-conform-common.h index eb98f205e..d3de09977 100644 --- a/tests/conform/test-conform-common.h +++ b/tests/conform/test-conform-common.h @@ -16,6 +16,7 @@ typedef struct _TestConformSharedState typedef struct _TestConformSimpleFixture { /**/ + int dummy; } TestConformSimpleFixture; void test_conform_simple_fixture_setup (TestConformSimpleFixture *fixture,