mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 02:20:43 -05:00
conform/script: Add the return type for the margin test
The compiler would default to 'int', and warn - and then warn again because the function would not return a value.
This commit is contained in:
parent
e3ca87784e
commit
98982331cb
@ -399,6 +399,7 @@ script_layout_property (TestConformSimpleFixture *fixture,
|
|||||||
g_object_unref (script);
|
g_object_unref (script);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
script_margin (TestConformSimpleFixture *fixture,
|
script_margin (TestConformSimpleFixture *fixture,
|
||||||
gpointer dummy)
|
gpointer dummy)
|
||||||
{
|
{
|
||||||
@ -441,4 +442,3 @@ script_margin (TestConformSimpleFixture *fixture,
|
|||||||
g_object_unref (script);
|
g_object_unref (script);
|
||||||
g_free (test_file);
|
g_free (test_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user