From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S3SE7-00037H-WC for mharc-grub-devel@gnu.org; Fri, 02 Mar 2012 08:08:51 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3SDn-0002RX-4z for grub-devel@gnu.org; Fri, 02 Mar 2012 08:08:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3SDg-0005Sx-Vx for grub-devel@gnu.org; Fri, 02 Mar 2012 08:08:30 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:48154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3SDg-0005Sk-NB for grub-devel@gnu.org; Fri, 02 Mar 2012 08:08:24 -0500 Received: by wibhi20 with SMTP id hi20so807076wib.0 for ; Fri, 02 Mar 2012 05:08:22 -0800 (PST) Received-SPF: pass (google.com: domain of gregoire.sutre@gmail.com designates 10.216.134.39 as permitted sender) client-ip=10.216.134.39; Authentication-Results: mr.google.com; spf=pass (google.com: domain of gregoire.sutre@gmail.com designates 10.216.134.39 as permitted sender) smtp.mail=gregoire.sutre@gmail.com; dkim=pass header.i=gregoire.sutre@gmail.com Received: from mr.google.com ([10.216.134.39]) by 10.216.134.39 with SMTP id r39mr1277702wei.26.1330693702789 (num_hops = 1); Fri, 02 Mar 2012 05:08:22 -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=UkyW7RkKuOLUw2fAexde2wXLpVlSLwU+W35Y4MONw9I=; b=dhsblCfKJJRXnm4kZ4+SsO3zzkukrO4/6w07dOyWm3TlYsjif1SDT+D/JdAZgeLkdF 3ilAyGd1iWKNsDD8f61noO0w6UigPC19LgapMvcNw4VZa9nB+fqlRn3XuAa9P+vET7uh /bNZfIvigziPsPmEqM4hmf1SnlSvrKny92+gLDUZp4CAMVsWMZQxfhNk3f6MilliOpIQ IETaIBJzSwVXCf6xp0SkXP8bZAMW3Gq+FZwcmFb0XaClX0GOsy9NNnSjCBIIY1fetBQJ lwpKiA3HP+f4GrnH9ZbTVuuyBAildzuihpYme/9ODvUNekg66R1NlNrFabd4aA5CWaG+ 1NMw== Received: by 10.216.134.39 with SMTP id r39mr1024595wei.26.1330693702671; Fri, 02 Mar 2012 05:08:22 -0800 (PST) Received: from [192.168.1.37] (c2433-1-88-160-112-182.fbx.proxad.net. [88.160.112.182]) by mx.google.com with ESMTPS id be4sm9665240wib.8.2012.03.02.05.08.20 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Mar 2012 05:08:21 -0800 (PST) Message-ID: <4F50C643.4090602@gmail.com> Date: Fri, 02 Mar 2012 14:08:19 +0100 From: =?UTF-8?B?R3LDqWdvaXJlIFN1dHJl?= 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 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] Fix unused label/function warnings on NetBSD References: <4F4FA304.3050903@gmail.com> <4F50A34F.8090202@gmail.com> In-Reply-To: <4F50A34F.8090202@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.212.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 13:08:50 -0000 On 03/02/2012 11:39 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > 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? Yes. Thanks, Grégoire