Merge pull request #1618 from alexanderkyte/remoting-fix
[mono.git] / mono / mini / helpers.c
index 4c0950163fb8718b90cb20c9feb04f528b81fd0f..99092b74e4e889357c38d4bd7854f84e2cc9001d 100644 (file)
@@ -148,7 +148,7 @@ mono_disassemble_code (MonoCompile *cfg, guint8 *code, int size, char *id)
        char *as_file;
        char *o_file;
        char *cmd;
-       int unused;
+       int unused G_GNUC_UNUSED;
 
 #ifdef HOST_WIN32
        as_file = g_strdup_printf ("%s/test.s", tmp);