grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: Andrey Borzenkov <arvidjaar@gmail.com>
To: grub-devel@gnu.org
Subject: [PATCH] remove unused attribute from grub_biosdisk_iterate pull argument
Date: Sun,  4 Aug 2013 16:19:10 +0400	[thread overview]
Message-ID: <1375618750-16210-1-git-send-email-arvidjaar@gmail.com> (raw)

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)


             reply	other threads:[~2013-08-04 12:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-04 12:19 Andrey Borzenkov [this message]
2013-08-14  8:57 ` [PATCH] remove unused attribute from grub_biosdisk_iterate pull argument Vladimir 'φ-coder/phcoder' Serbinenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1375618750-16210-1-git-send-email-arvidjaar@gmail.com \
    --to=arvidjaar@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).