* grub-core/disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Remove
unused attribute from pull argument.
This commit is contained in:
parent
5e7d94641b
commit
c6ed362a3f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-08-14 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* grub-core/disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Remove
|
||||
unused attribute from pull argument.
|
||||
|
||||
2013-08-14 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* util/getroot.c (grub_util_is_imsm): Fix descriptor and
|
||||
|
|
|
@ -287,7 +287,7 @@ grub_biosdisk_call_hook (grub_disk_dev_iterate_hook_t hook, void *hook_data,
|
|||
|
||||
static int
|
||||
grub_biosdisk_iterate (grub_disk_dev_iterate_hook_t hook, void *hook_data,
|
||||
grub_disk_pull_t pull __attribute__ ((unused)))
|
||||
grub_disk_pull_t pull)
|
||||
{
|
||||
int num_floppies;
|
||||
int drive;
|
||||
|
|
Loading…
Reference in a new issue