grub-devel
[Top][All Lists]
Advanced

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

[PATCH] Fix unused label/function warnings on NetBSD


From: Grégoire Sutre
Subject: [PATCH] Fix unused label/function warnings on NetBSD
Date: Thu, 01 Mar 2012 17:25:40 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Iceowl/1.0b2 Icedove/3.1.16

The attached patch fixes the following warnings when building GRUB on
NetBSD (and probably other BSDs):

util/getroot.c: In function 'grub_make_system_path_relative_to_its_root':
util/getroot.c:2711:2: error: label 'parsedir' defined but not used
util/getroot.c: At top level:
util/getroot.c:1084:1: error: 'get_dm_uuid' defined but not used
util/getroot.c:1119:1: error: 'grub_util_get_dm_abstraction' defined but not used

Grégoire

Attachment: patch-unused-label-function.diff
Description: Text Data


reply via email to

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