From owner-svn-src-head@freebsd.org Sun Nov 8 22:28:18 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0D39A29811; Sun, 8 Nov 2015 22:28:18 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FE8818AC; Sun, 8 Nov 2015 22:28:18 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacdm15 with SMTP id dm15so153432722pac.3; Sun, 08 Nov 2015 14:28:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=wMRmOXK3VgIuXywo22b7HYMZMjRvLrPIkhv0nf0UTpQ=; b=nk3Teq505Nm/b+Ocd57IN7J1dRWTeHCSrtUx/GDo17altrvMnxPzBEcLL1/yaKY/BN wIZOOJ10kXHwwIXRvCt7Pl+/7zNBLc4UtolTq8LCL+ihGELtd+s/DmPfrZriFmH7BRRc vlQkWa0RtxYkmD4dvI4j7/XU8hVg5lT1qEPKT7SDqQvpeddnzYBR19ZlHHAEX5Vq9Atr JxzmwlBWC+RIvB1qo6wd37Ttgm5UZh+xra+jZK1CMpHwYeh0iPwDNH0bbd+j+l+Mn2MS e3tIMiwMa1mhXq6YHwRfjbprCe5KdJ1XSABE84uJ2XJEFMFjAtv7T11rrcY1PAs9T937 pG8Q== X-Received: by 10.68.230.103 with SMTP id sx7mr35871862pbc.146.1447021698011; Sun, 08 Nov 2015 14:28:18 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id d2sm12396374pat.24.2015.11.08.14.28.17 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 08 Nov 2015 14:28:17 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r290562 - head/usr.bin/localedef From: NGie Cooper In-Reply-To: <201511082223.tA8MNMKd025259@repo.freebsd.org> Date: Sun, 8 Nov 2015 14:28:16 -0800 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4EF2AE26-DF25-43D0-8CE2-720975546CD3@gmail.com> References: <201511082223.tA8MNMKd025259@repo.freebsd.org> To: Baptiste Daroussin X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 22:28:18 -0000 > On Nov 8, 2015, at 14:23, Baptiste Daroussin wrote: >=20 > Author: bapt > Date: Sun Nov 8 22:23:21 2015 > New Revision: 290562 > URL: https://svnweb.freebsd.org/changeset/base/290562 >=20 > Log: > lower again the warnings and remove the pragmas unsupported by gcc = 4.2.1 Thank you. Hopefully this will unbreak mips and partially unbreak = sparc64 (sparc64 is still hung up on a mismatched definition between = strsignal in string.h and contrib/gcc).=