tests W32: ifdef a variable not used on Windows

This commit is contained in:
Руслан Ижбулатов 2018-09-20 07:26:49 +00:00 committed by Xavier Claessens
parent 665677ce5e
commit 3ae1244ba1

View File

@ -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