* 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
|
@ -111,7 +111,7 @@ grub_usb_get_string (grub_usb_device_t dev, grub_uint8_t index, int langid,
|
|||
static void
|
||||
usb_print_str (const char *description, grub_usb_device_t dev, int idx)
|
||||
{
|
||||
char *name;
|
||||
char *name = NULL;
|
||||
grub_usb_err_t err;
|
||||
/* XXX: LANGID */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue