Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2014-06-07 19:58:32 +0400
committerAlex Rønne Petersen <alexrp@xamarin.com>2014-06-07 19:58:32 +0400
commit1ef4b4801407f4915f17907d05b2c6c96b79a526 (patch)
treea85f931c5b6606ab98b1b83e53b33733c99cafe3 /eglib
parentd6aee5a283074d1bfa6c82e0b650fe75c6f2e51e (diff)
Mark an unused variable as such in eglib/test/file.c.
Diffstat (limited to 'eglib')
-rw-r--r--eglib/test/file.c2
1 files changed, 1 insertions, 1 deletions
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);