diff options
author | Pavel Grunt <pgrunt@redhat.com> | 2016-05-30 17:46:44 +0200 |
---|---|---|
committer | Pavel Grunt <pgrunt@redhat.com> | 2016-05-31 12:01:41 +0200 |
commit | aac9845123d24f714488b8627bd4debaaa995077 (patch) | |
tree | 40bdaaaa1e10fb021647f5473f84d559253c441f | |
parent | e99d4909ee99a5d2acaf477c7a87e757142afa7a (diff) |
spice-uri: Mark parameter as unused
Acked-by: Victor Toso <victortoso@redhat.com>
-rw-r--r-- | src/spice-uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spice-uri.c b/src/spice-uri.c index e1317bd..8cf870d 100644 --- a/src/spice-uri.c +++ b/src/spice-uri.c @@ -340,7 +340,7 @@ static void spice_uri_finalize(GObject* obj) G_OBJECT_CLASS (spice_uri_parent_class)->finalize (obj); } -static void spice_uri_init (SpiceURI *self) +static void spice_uri_init (SpiceURI *self G_GNUC_UNUSED) { } |