From owner-svn-src-all@FreeBSD.ORG Wed Jul 30 09:08:58 2014 Return-Path: Delivered-To: svn-src-all@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 ESMTPS id 53902507; Wed, 30 Jul 2014 09:08:58 +0000 (UTC) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C7512067; Wed, 30 Jul 2014 09:08:57 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 5690225D3815; Wed, 30 Jul 2014 09:08:48 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 7CD49C256BE; Wed, 30 Jul 2014 09:08:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id OTR9o8iTPnDj; Wed, 30 Jul 2014 09:08:44 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6] (unknown [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 6F85DC22B9C; Wed, 30 Jul 2014 09:08:43 +0000 (UTC) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r269231 - head/usr.bin/m4/lib From: "Bjoern A. Zeeb" In-Reply-To: <201407290946.s6T9k9rO072927@svn.freebsd.org> Date: Wed, 30 Jul 2014 09:08:40 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <98D8945B-7D51-45C7-9BF6-0DA677FCA2B3@FreeBSD.org> References: <201407290946.s6T9k9rO072927@svn.freebsd.org> To: Baptiste Daroussin X-Mailer: Apple Mail (2.1878.6) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 09:08:58 -0000 On 29 Jul 2014, at 09:46 , Baptiste Daroussin wrote: > Author: bapt > Date: Tue Jul 29 09:46:08 2014 > New Revision: 269231 > URL: http://svnweb.freebsd.org/changeset/base/269231 >=20 > Log: > Fix build with gcc >=20 I fear that was not enough; this is on arm: =3D=3D=3D> usr.bin/m4 (all) = = = =20 =3D=3D=3D> usr.bin/m4/tests (all) = = = =20 cc1: warnings being treated as errors /scratch/tmp/bz/head.svn/usr.bin/m4/misc.c: In function 'm4errx': /scratch/tmp/bz/head.svn/usr.bin/m4/misc.c:268: warning: declaration of = 'eval' shadows a global declaration /scratch/tmp/bz/head.svn/usr.bin/m4/extern.h:40: warning: shadowed = declaration is here --- misc.o --- *** [misc.o] Error code 1 = = = =20 bmake: stopped in /scratch/tmp/bz/head.svn/usr.bin/m4 cc1: warnings being treated as errors /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c: In function = 'ohash_remove': /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c:123: warning: cast = discards qualifiers from pointer target type /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c: In function = 'ohash_find': /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c:144: warning: cast = discards qualifiers from pointer target type /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c: In function = 'ohash_next': /scratch/tmp/bz/head.svn/usr.bin/m4/lib/ohash.c:183: warning: cast = discards qualifiers from pointer target type --- ohash.o --- *** [ohash.o] Error code 1 = = = =20 bmake: stopped in /scratch/tmp/bz/head.svn/usr.bin/m4 --- all_subdir_m4 --- = = = =20 *** [all_subdir_m4] Error code 1 bmake: stopped in /scratch/tmp/bz/head.svn/usr.bin > Modified: > head/usr.bin/m4/lib/ohash.h >=20 > Modified: head/usr.bin/m4/lib/ohash.h > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/usr.bin/m4/lib/ohash.h Tue Jul 29 09:36:48 2014 = (r269230) > +++ head/usr.bin/m4/lib/ohash.h Tue Jul 29 09:46:08 2014 = (r269231) > @@ -58,8 +58,7 @@ void ohash_delete(struct ohash *); > unsigned int ohash_lookup_interval(struct ohash *, const char *, > const char *, uint32_t); > unsigned int ohash_lookup_memory(struct ohash *, const char *, > - size_t, uint32_t) > - __attribute__ ((__bounded__(__string__,2,3))); > + size_t, uint32_t); > void *ohash_find(struct ohash *, unsigned int); > void *ohash_remove(struct ohash *, unsigned int); > void *ohash_insert(struct ohash *, unsigned int, void *); >=20 =97=20 Bjoern A. Zeeb "Come on. Learn, goddamn it.", WarGames, 1983