From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S0EZM-0003Mw-T1 for mharc-grub-devel@gnu.org; Wed, 22 Feb 2012 10:57:28 -0500 Received: from eggs.gnu.org ([140.186.70.92]:60028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0EZH-0003Mq-5l for grub-devel@gnu.org; Wed, 22 Feb 2012 10:57:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0EZB-0001B7-Cp for grub-devel@gnu.org; Wed, 22 Feb 2012 10:57:23 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:42395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0EZB-0001AW-8H for grub-devel@gnu.org; Wed, 22 Feb 2012 10:57:17 -0500 Received: by eekc13 with SMTP id c13so45354eek.0 for ; Wed, 22 Feb 2012 07:57:15 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.14.199.193 as permitted sender) client-ip=10.14.199.193; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.14.199.193 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.14.199.193]) by 10.14.199.193 with SMTP id x41mr16016316een.29.1329926235945 (num_hops = 1); Wed, 22 Feb 2012 07:57:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=YRhto84qftZCWV6jck05I0WpMvhPD7YFlxT5VEMHbYE=; b=mwFVG0dq8fhYs+DjYp/NWJ5vEil8b2OS6PeUAbWG7W050Fw7/V6Tj3m6wpAs9xGV5D K+UVnVUrNglWavnHpu0HXiITz3tYIl/ypyMyTkLJLTMgVYFM7o3dZalau/OnBaIXLGDh KfyH/treP0JbwAOLgzg4O4fbwFdfur9kGg7mU= Received: by 10.14.199.193 with SMTP id x41mr12784748een.29.1329926235855; Wed, 22 Feb 2012 07:57:15 -0800 (PST) Received: from debian.x201.phnet (77-233.197-178.cust.bluewin.ch. [178.197.233.77]) by mx.google.com with ESMTPS id n56sm103931760eeh.6.2012.02.22.07.57.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Feb 2012 07:57:14 -0800 (PST) Message-ID: <4F451057.5080404@gmail.com> Date: Wed, 22 Feb 2012 16:57: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: The development of GNU GRUB Subject: Re: Lists and aliasing (Re: Freeze on 27 February) References: <4F43C25C.2040106@gmail.com> <20120221161943.GI27742@caffeine.csclub.uwaterloo.ca> <4F43CFD0.3010703@gmail.com> <20120221184627.GK27742@caffeine.csclub.uwaterloo.ca> <20120221195838.GA24235@caffeine.csclub.uwaterloo.ca> <4F43FE94.3040401@gmail.com> <20120222153418.GE24235@caffeine.csclub.uwaterloo.ca> <20120222155041.GF24235@caffeine.csclub.uwaterloo.ca> In-Reply-To: <20120222155041.GF24235@caffeine.csclub.uwaterloo.ca> 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: 74.125.83.41 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: Wed, 22 Feb 2012 15:57:27 -0000 >So with this patch, gcc 4.4 is down to 201 warnings, and gcc 4.6 has 175. > 102 of those warnings are about missing prototypes for argp_usage > _option_is_short and _option_is_end in argp.h which leaves 99 warnings > for gcc 4.4 and 73 for gcc 4.6. Hm we don't add -Wmissing-prototypes for utils -- Regards Vladimir 'φ-coder/phcoder' Serbinenko