Skip to content

Commit

Permalink
Mark an unused variable as such in eglib/test/file.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rønne Petersen committed Jun 7, 2014
1 parent d6aee5a commit 1ef4b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eglib/test/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1ef4b48

Please sign in to comment.