From 3adcdbdba9cd4cdec1f4cd6bee35d9957b339541 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Wed, 4 Mar 2015 08:17:15 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Fix=20of=20'warning:=20unused=20variable=20?= =?UTF-8?q?=E2=80=98result=E2=80=98=20[-Wunused-variable]'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89284 --- test/dbus-daemon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/dbus-daemon.c b/test/dbus-daemon.c index 6f1aa06..f33eba1 100644 --- a/test/dbus-daemon.c +++ b/test/dbus-daemon.c @@ -417,7 +417,6 @@ test_creds (Fixture *f, { #ifdef G_OS_WIN32 gchar *sid; - guint32 result; char *self_sid; g_assert (!(seen & SEEN_WINDOWS_SID)); -- 1.8.4.5