mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
tests W32: ifdef a variable not used on Windows
This commit is contained in:
parent
665677ce5e
commit
3ae1244ba1
@ -191,7 +191,9 @@ test_child_private (gchar *argv0)
|
||||
gsize len;
|
||||
gchar *child_argv[4];
|
||||
GPid child_pid;
|
||||
#ifndef G_OS_WIN32
|
||||
GMainLoop *loop;
|
||||
#endif
|
||||
gchar pid[100];
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user