From owner-svn-src-all@FreeBSD.ORG Mon Jun 1 18:50:40 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 681461065675; Mon, 1 Jun 2009 18:50:40 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0C4608FC2E; Mon, 1 Jun 2009 18:50:39 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 6F5E89CB0B7; Mon, 1 Jun 2009 20:49:43 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jIkap9Aohxiy; Mon, 1 Jun 2009 20:49:38 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E9A159CB171; Mon, 1 Jun 2009 20:49:37 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n51InbcM024319; Mon, 1 Jun 2009 20:49:37 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 1 Jun 2009 20:49:37 +0200 From: Roman Divacky To: Doug Barton Message-ID: <20090601184937.GA24177@freebsd.org> References: <200906011843.n51IhXt4087781@svn.freebsd.org> <4A242282.4030404@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: <4A242282.4030404@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Xin LI Subject: Re: svn commit: r193245 - head/sys/dev/aic7xxx/aicasm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 01 Jun 2009 18:50:41 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 01, 2009 at 11:48:34AM -0700, Doug Barton wrote: > Xin LI wrote: > > Author: delphij > > Date: Mon Jun 1 18:43:33 2009 > > New Revision: 193245 > > URL: http://svn.freebsd.org/changeset/base/193245 > >=20 > > Log: > > Mark as WARNS=3D6. > >=20 > > Modified: > > head/sys/dev/aic7xxx/aicasm/Makefile > >=20 > > Modified: head/sys/dev/aic7xxx/aicasm/Makefile > > =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/sys/dev/aic7xxx/aicasm/Makefile Mon Jun 1 18:42:16 2009 (r193= 244) > > +++ head/sys/dev/aic7xxx/aicasm/Makefile Mon Jun 1 18:43:33 2009 (r193= 245) > > @@ -15,6 +15,7 @@ SRCS=3D ${GENHDRS} ${CSRCS} ${YSRCS} ${LSR > > CLEANFILES+=3D ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g} > > DPADD=3D ${LIBL} > > LDADD=3D -ll > > +WARNS?=3D 6 > > =20 > > # Correct path for kernel builds > > # Don't rely on the kernel's .depend file > >=20 >=20 > Is there more coming? >=20 > cc -O2 -pipe -ggdb -nostdinc -I/usr/include -I. > -I/usr/local/src/sys/dev/aic7xxx/aicasm -ggdb -std=3Dgnu99 ^^^^^^^^^^ how did you get this? this should be used for userland compilation, kernel is done with -std=3Dc99, can you show me how you got this? thnx roman --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkokIsEACgkQLVEj6D3CBEy7AwCeJjVdtMz+jyNu9a1+xw7OMR8L z/kAn1TLE6JopI9FoSNjhxOl7OMZQlls =emLt -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j--