From 3ae1244ba10de8a0070613b0377a2deabeee1822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?UTF-8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Thu, 20 Sep 2018 07:26:49 +0000 Subject: [PATCH] tests W32: ifdef a variable not used on Windows --- tests/mapping-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/mapping-test.c b/tests/mapping-test.c index 27c6d8366..ad776fad1 100644 --- a/tests/mapping-test.c +++ b/tests/mapping-test.c @@ -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