mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26: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;
|
gsize len;
|
||||||
gchar *child_argv[4];
|
gchar *child_argv[4];
|
||||||
GPid child_pid;
|
GPid child_pid;
|
||||||
|
#ifndef G_OS_WIN32
|
||||||
GMainLoop *loop;
|
GMainLoop *loop;
|
||||||
|
#endif
|
||||||
gchar pid[100];
|
gchar pid[100];
|
||||||
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user