* grub-core/commands/usbtest.c (usb_print_str): Silence spurious
warning.
This commit is contained in:
parent
756773df7c
commit
491c57a815
4 changed files with 8 additions and 3 deletions
|
@ -469,7 +469,7 @@ grub_cmd_bootp (struct grub_command *cmd __attribute__ ((unused)),
|
|||
{
|
||||
struct grub_net_bootp_packet *pack;
|
||||
struct grub_datetime date;
|
||||
grub_int32_t t;
|
||||
grub_int32_t t = 0;
|
||||
struct grub_net_buff *nb;
|
||||
struct udphdr *udph;
|
||||
grub_net_network_level_address_t target;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue