mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
registrybackend: fix warning about unused variable
This commit is contained in:
parent
c6bd31488a
commit
13057bb73e
@ -1532,8 +1532,6 @@ registry_watch_key (HKEY hpath,
|
|||||||
static gboolean
|
static gboolean
|
||||||
watch_handler (RegistryEvent *event)
|
watch_handler (RegistryEvent *event)
|
||||||
{
|
{
|
||||||
guint i;
|
|
||||||
|
|
||||||
trace ("Watch handler: got event in %s, items %i.\n", event->prefix, event->items->len);
|
trace ("Watch handler: got event in %s, items %i.\n", event->prefix, event->items->len);
|
||||||
|
|
||||||
/* GSettings requires us to NULL-terminate the array. */
|
/* GSettings requires us to NULL-terminate the array. */
|
||||||
|
Loading…
Reference in New Issue
Block a user