grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Unusued variables


From: Carles Pina i Estany
Subject: [PATCH] Unusued variables
Date: Wed, 24 Sep 2008 18:23:47 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello,

This is not my "scope" (I mean, not my code) (so sorry if this was on
purpose or a warning in my gcc for some reason, etc.):

Taking a look to the warnings that my gcc generates compiling Grub2 I
have seen:
-------
commands/i386/pc/pxecmd.c:49: warning: unused parameter 'argc'
commands/i386/pc/pxecmd.c:49: warning: unused parameter 'args'
disk/dmraid_nvidia.c:96: warning: unused variable 'uuid'
-------

Attached patch fixes it.

-------
2008-09-24 Carles Pina i Estany <address@hidden>

        * disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Fix `unused parameter'
        warning.
        * commands/i386/pc/pxecmd.c (dmraid_nvidia): Likewise.
-------

Regards,

-- 
Carles Pina i Estany            GPG id: 0x17756391
        http://pinux.info

Attachment: unused.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]