Mark an unused variable as such in eglib/test/file.c.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Sat, 7 Jun 2014 15:58:32 +0000 (17:58 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Sat, 7 Jun 2014 15:58:32 +0000 (17:58 +0200)
eglib/test/file.c

index 411c945296684b97d819f9e0affbc561dc97a01b..19276c990c6b19f2a9881e754d473a751551061c 100644 (file)
@@ -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);