mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-18 16:55:41 +00:00
Fix warning
This commit is contained in:
parent
1c7926d823
commit
3478d0aa2e
@ -174,7 +174,7 @@ grub_cmd_linux (grub_command_t cmd __attribute__ ((unused)),
|
||||
grub_elf_t elf = 0;
|
||||
int i;
|
||||
int size;
|
||||
void *extra;
|
||||
void *extra = NULL;
|
||||
grub_uint32_t *linux_argv, *linux_envp;
|
||||
char *linux_args;
|
||||
grub_err_t err;
|
||||
|
Loading…
Reference in New Issue
Block a user