diff options
Diffstat (limited to 'json-glib/tests/serialize-full.c')
| -rw-r--r-- | json-glib/tests/serialize-full.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/tests/serialize-full.c b/json-glib/tests/serialize-full.c index 42f189d..9e8d512 100644 --- a/json-glib/tests/serialize-full.c +++ b/json-glib/tests/serialize-full.c @@ -158,7 +158,7 @@ G_DEFINE_TYPE_WITH_CODE (TestObject, test_object, G_TYPE_OBJECT, json_serializable_iface_init)); static JsonNode * -test_object_serialize_property (JsonSerializable *serializable, +test_object_serialize_property (JsonSerializable *serializable G_GNUC_UNUSED, const gchar *name, const GValue *value, GParamSpec *pspec) |
