From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S3Ptc-00044T-T5 for mharc-grub-devel@gnu.org; Fri, 02 Mar 2012 05:39:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3PtV-00044H-Un for grub-devel@gnu.org; Fri, 02 Mar 2012 05:39:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3PtP-00030B-Nt for grub-devel@gnu.org; Fri, 02 Mar 2012 05:39:25 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:62447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3PtP-000301-FB for grub-devel@gnu.org; Fri, 02 Mar 2012 05:39:19 -0500 Received: by eaal1 with SMTP id l1so580847eaa.0 for ; Fri, 02 Mar 2012 02:39:16 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.14.48.77 as permitted sender) client-ip=10.14.48.77; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.14.48.77 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.14.48.77]) by 10.14.48.77 with SMTP id u53mr5720232eeb.0.1330684756493 (num_hops = 1); Fri, 02 Mar 2012 02:39:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=16hvvUzChfKOvp2AAocFWSwmGqwnTYg781sTFN/w9rM=; b=1DsGsDzyu104kvmvQtgu8qh9oQ7VsoHJkkzLenqpvVNSKUzGyruYPwnVyGF/FmQfHI P6UtxNjH3MKu4qY+T6FuYMfx/SitZFHdwRLit4izfaEgIWq9HSjaq+V14sZ3r3lR0AC0 6Dfcr9gyZ/t5qt0WLYnrLCCx/XWV3fjMOnUYVI0HPbvQ6LMdXkl0sse3530I1sz1eWcO efostYPVh/YVTSgOwEm62XCVmxsEl7lZd/EVj+GMfL8HDJOo2THtAk3adGB8MlpgKPmE PGjeMNXnhvKY48FIin+L2DHUlbAp0NSgt94zEUStX7tYa5j4zbqpExyweTuHe8z/4dbc XNVQ== Received: by 10.14.48.77 with SMTP id u53mr4399180eeb.0.1330684756392; Fri, 02 Mar 2012 02:39:16 -0800 (PST) Received: from debian.x201.phnet (43-234.197-178.cust.bluewin.ch. [178.197.234.43]) by mx.google.com with ESMTPS id c15sm18824259eei.9.2012.03.02.02.39.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Mar 2012 02:39:14 -0800 (PST) Message-ID: <4F50A34F.8090202@gmail.com> Date: Fri, 02 Mar 2012 11:39:11 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: [PATCH] Fix unused label/function warnings on NetBSD References: <4F4FA304.3050903@gmail.com> In-Reply-To: <4F4FA304.3050903@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2012 10:39:31 -0000 On 01.03.2012 17:25, Grégoire Sutre wrote: > 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 > Is it all fixed after cygwin FTBFS patch series? > Grégoire > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko