Skip to content

Commit

Permalink
fix compile error on Windows, intrduced by previous monty's push
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Apr 5, 2016
1 parent c0eebb8 commit bddd63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysys/errors.c
Expand Up @@ -119,7 +119,7 @@ void wait_for_free_space(const char *filename, int errors)
(void) sleep(MY_WAIT_FOR_USER_TO_FIX_PANIC);
}

const char **get_global_errmsgs(int nr __attribute((unused)))
const char **get_global_errmsgs(int nr __attribute__((unused)))
{
return globerrs;
}

0 comments on commit bddd63c

Please sign in to comment.