Don't use UNUSED
This commit is contained in:
parent
2f49cbfe2a
commit
3d79d70fe4
1 changed files with 3 additions and 2 deletions
|
@ -201,8 +201,9 @@ show_menu (grub_menu_t menu, int nested)
|
||||||
}
|
}
|
||||||
|
|
||||||
static grub_err_t
|
static grub_err_t
|
||||||
grub_cmd_gfxmenu (grub_command_t cmd UNUSED,
|
grub_cmd_gfxmenu (grub_command_t cmd __attribute__ ((unused)),
|
||||||
int argc UNUSED, char **args UNUSED)
|
int argc __attribute__ ((unused)),
|
||||||
|
char **args __attribute__ ((unused)))
|
||||||
{
|
{
|
||||||
grub_menu_t menu = grub_env_get_data_slot ("menu");
|
grub_menu_t menu = grub_env_get_data_slot ("menu");
|
||||||
if (! menu)
|
if (! menu)
|
||||||
|
|
Loading…
Add table
Reference in a new issue