From 1ef4b4801407f4915f17907d05b2c6c96b79a526 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 7 Jun 2014 17:58:32 +0200 Subject: [PATCH] Mark an unused variable as such in eglib/test/file.c. --- eglib/test/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eglib/test/file.c b/eglib/test/file.c index 411c9452966..19276c990c6 100644 --- a/eglib/test/file.c +++ b/eglib/test/file.c @@ -115,7 +115,7 @@ test_file () #ifndef G_OS_WIN32 /* FIXME */ gchar *sympath; - gint ignored; + gint ignored G_GNUC_UNUSED; #endif res = g_file_test (NULL, 0); -- 2.25.1