wildcard: Mark unused argument as such.
This commit is contained in:
parent
967e5aa591
commit
ec65605af4
1 changed files with 2 additions and 1 deletions
|
@ -293,7 +293,8 @@ struct match_files_ctx
|
|||
|
||||
/* Helper for match_files. */
|
||||
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)
|
||||
{
|
||||
struct match_files_ctx *ctx = data;
|
||||
|
|
Loading…
Reference in a new issue