From owner-freebsd-current@FreeBSD.ORG Sun Oct 27 19:39:14 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B4F6A12 for ; Sun, 27 Oct 2013 19:39:14 +0000 (UTC) (envelope-from sean_bruno@yahoo.com) Received: from nm20.bullet.mail.bf1.yahoo.com (nm20.bullet.mail.bf1.yahoo.com [98.139.212.179]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1CEB4287B for ; Sun, 27 Oct 2013 19:39:13 +0000 (UTC) Received: from [98.139.212.150] by nm20.bullet.mail.bf1.yahoo.com with NNFMP; 27 Oct 2013 19:36:32 -0000 Received: from [98.139.211.199] by tm7.bullet.mail.bf1.yahoo.com with NNFMP; 27 Oct 2013 19:36:32 -0000 Received: from [127.0.0.1] by smtp208.mail.bf1.yahoo.com with NNFMP; 27 Oct 2013 19:36:32 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1382902592; bh=Sx9YqxVEJfx25fEoPI6ut/+NeEvsc9pwVQIwmAbgIWc=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Subject:From:Reply-To:To:In-Reply-To:References:Content-Type:Date:Message-ID:Mime-Version:X-Mailer; b=11s2i/r6jKnu0EPRLDu9lH7gjtL1aNmEFsPNEWqrEudpWqBk+p1ZWQC9VZH/bQK7hplhMqar+nbvKeDQsSObFsHPfE2cU9rPbUWUWSNNi6l8z8/d/0Yzy2tLbsWH9MP7pOp7jtSGe4aO6t9NHm3burEVNQUZ0OMZf2Aiv10/IuU= X-Yahoo-Newman-Id: 304972.98206.bm@smtp208.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: qHe4LFYVM1mKOfuH4JBfedDo31XaoxXKETGY23vKIVNr8zW cfKWC5UJ1Xz.DJvk8PA1NaXL5tptb9J50Qv2XBnM1lq3JBt6XNz4Y9lFESDq Z9C3VssnIpfsGfsKqRZBisuoNbBF5GaeCflUutxBrov9LKlHt6E_mDLH2SxG WVkF24Urc42BdOqd67qtl8He8J1f7LSBDy9LBBq9qpP0TYl7KqfgcqyBo0DJ tz6h6H9BiJ6lbakNqSAXelJn0DD4bNXoppAVDCoRqqDsVu96i_Lo5O8xy34C lLHAIa0hKwkei8GUPZWJiLhzDIbxFfDY2fc.uRCZKjigLpBd8Q7lkB2N5lwU EYoaBT4Po.nue6v64M3JswP0xYZATmheK7B7NUi19H89NcSorTqijYbMEgzi 0ue7yi0zfQAPyjlKvBEZXmJIHd279GcqY6igYpupk3h8MwTbbNXrDrb8Tr.z gkB1wQZY9.SahWFyCz3Z45ppsSkbs8K3lJ4vYa7QnDCq5BkleThzQvtcVn0k YFDY9aeiFwO.n0VfoK3DHdM.63CVeO9tCWA3U0NMpwpolcz3vMO3TxT6U2g4 A7g9KCa1ec8Zer_0UokCtq1J8GlI7juFzZ4ulGydcRvGW2dx6J66dmGvh7MD GZ8oMCrOY8JrF43enzbmRt69eSEAfuBfXZFtjMEI- X-Yahoo-SMTP: u5BKR6OswBC_iZJVfGRoMkTIpc8pEA4- X-Rocket-Received: from [10.3.13.24] (sean_bruno@64.197.173.10 with ) by smtp208.mail.bf1.yahoo.com with SMTP; 27 Oct 2013 12:36:32 -0700 PDT Subject: Re: [PATCH] contrib/groff Queisce -Wdangling else [updated] From: Sean Bruno To: "freebsd-current@freebsd.org" In-Reply-To: <1382799852.32760.2.camel@localhost> References: <1382799852.32760.2.camel@localhost> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-i3mQgtpuF63x+GdVFW9o" Date: Sun, 27 Oct 2013 15:36:29 -0400 Message-ID: <1382902589.4717.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 19:39:14 -0000 --=-i3mQgtpuF63x+GdVFW9o Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Sat, 2013-10-26 at 11:04 -0400, Sean Bruno wrote: > This adds proper braces to clear Clang warnings about dangling else > statements in groff. There is no(intended) functional change. >=20 > http://people.freebsd.org/~sbruno/groff_dangling_else.txt >=20 > sean I've updated the patch at this link and only put in the needed parenthesis to quiesce the clang warnings. Code binary sizes appear identical after these changes.=20 Thanks to Jiles for pointing me at "unintended" code changes. sean --=-i3mQgtpuF63x+GdVFW9o Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iQEcBAABAgAGBQJSbWs9AAoJEBkJRdwI6BaHKDwH/2T8dcdR9TcgBUA8sfraAPCy YmRO0+0SihJSTlEIQj5L/5WoJ3ewJr9WsC1n3L7ZdJdHhtS2HWxZVMwHZEYnpFcI 2VqhvOQ36YR9LnfD92Su8df1cdyvK50onqbhMVQatNOKO6oTQNXQos8yjypNPUu6 hOv8IW2VzmcSaJolpsQDM/JSk2Vz/oZ4n5PQ0EBArZYChERiNIZvfAAVBsL4DQc+ CB7ZizfE4nE/A7M4J4nU07pRNQZLzeSFHfkv33jB38sfjGth+Hb3z/Xlga41WH11 f43tAEpaDx0aH8KbNeYZy66CmceEx4+fwjrIdx6GANlJB5TbExnZDike85Ca8JQ= =9Y/S -----END PGP SIGNATURE----- --=-i3mQgtpuF63x+GdVFW9o--