wildcard: Mark unused argument as such.

This commit is contained in:
Vladimir Serbinenko 2015-02-21 16:19:09 +01:00
parent 967e5aa591
commit ec65605af4

View file

@ -293,7 +293,8 @@ struct match_files_ctx
/* Helper for match_files. */ /* Helper for match_files. */
static int static int
match_files_iter (const char *name, const struct grub_dirhook_info *info, match_files_iter (const char *name,
const struct grub_dirhook_info *info __attribute__((unused)),
void *data) void *data)
{ {
struct match_files_ctx *ctx = data; struct match_files_ctx *ctx = data;