* grub-core/commands/usbtest.c (usb_print_str): Silence spurious

warning.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-04-07 20:03:38 +02:00
parent 756773df7c
commit 491c57a815
4 changed files with 8 additions and 3 deletions

View file

@ -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;