diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2022-10-11 11:50:00 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2022-10-11 11:50:00 +0100 |
commit | f6a1279a8e00fa52bb82733cccc633bc09ef83c0 (patch) | |
tree | 3091f826794638b2f175aaab6a6a828cc192d0ba /json-glib/json-path.c | |
parent | d370ce7ed63ae53c828586f30e6b3f740bc3cbe3 (diff) | |
download | json-glib-f6a1279a8e00fa52bb82733cccc633bc09ef83c0.tar.gz |
Drop or mark unused parameters
Avoid compiler warnings when running with `-Wunused-parameter`.
Diffstat (limited to 'json-glib/json-path.c')
-rw-r--r-- | json-glib/json-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-path.c b/json-glib/json-path.c index a41d9b8..5e4c0ef 100644 --- a/json-glib/json-path.c +++ b/json-glib/json-path.c @@ -258,7 +258,7 @@ json_path_class_init (JsonPathClass *klass) } static void -json_path_init (JsonPath *self) +json_path_init (JsonPath *self G_GNUC_UNUSED) { } |