fwconfig: fix unused argument warning
This commit is contained in:
parent
2ff7bd91eb
commit
9a8cd5a16a
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ static const struct grub_arg_option options[] =
|
||||||
};
|
};
|
||||||
|
|
||||||
static grub_err_t
|
static grub_err_t
|
||||||
grub_cmd_fwconfig (grub_extcmd_context_t ctxt, int argc, char **argv)
|
grub_cmd_fwconfig (grub_extcmd_context_t ctxt __attribute__ ((unused)),
|
||||||
|
int argc, char **argv)
|
||||||
{
|
{
|
||||||
grub_uint32_t i, j, value = 0;
|
grub_uint32_t i, j, value = 0;
|
||||||
struct grub_qemu_fwcfgfile file;
|
struct grub_qemu_fwcfgfile file;
|
||||||
|
|
Loading…
Reference in a new issue