grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove unused attribute from grub_biosdisk_iterate pull argument
@ 2013-08-04 12:19 Andrey Borzenkov
  2013-08-14  8:57 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2013-08-04 12:19 UTC (permalink / raw)
  To: grub-devel

It is not unused anymore.

Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>

---
 grub-core/disk/i386/pc/biosdisk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grub-core/disk/i386/pc/biosdisk.c b/grub-core/disk/i386/pc/biosdisk.c
index 7c8dca3..5e6d060 100644
--- a/grub-core/disk/i386/pc/biosdisk.c
+++ b/grub-core/disk/i386/pc/biosdisk.c
@@ -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;
-- 
tg: (30313bb..) u/biosdisk_pull_unused (depends on: master)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-14  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-04 12:19 [PATCH] remove unused attribute from grub_biosdisk_iterate pull argument Andrey Borzenkov
2013-08-14  8:57 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).