Date: Mon, 1 Jun 2009 20:49:37 +0200 From: Roman Divacky <rdivacky@FreeBSD.org> To: Doug Barton <dougb@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Xin LI <delphij@FreeBSD.org> Subject: Re: svn commit: r193245 - head/sys/dev/aic7xxx/aicasm Message-ID: <20090601184937.GA24177@freebsd.org> In-Reply-To: <4A242282.4030404@FreeBSD.org> References: <200906011843.n51IhXt4087781@svn.freebsd.org> <4A242282.4030404@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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 > > > > Log: > > Mark as WARNS=6. > > > > Modified: > > head/sys/dev/aic7xxx/aicasm/Makefile > > > > Modified: head/sys/dev/aic7xxx/aicasm/Makefile > > ============================================================================== > > --- head/sys/dev/aic7xxx/aicasm/Makefile Mon Jun 1 18:42:16 2009 (r193244) > > +++ head/sys/dev/aic7xxx/aicasm/Makefile Mon Jun 1 18:43:33 2009 (r193245) > > @@ -15,6 +15,7 @@ SRCS= ${GENHDRS} ${CSRCS} ${YSRCS} ${LSR > > CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g} > > DPADD= ${LIBL} > > LDADD= -ll > > +WARNS?= 6 > > > > # Correct path for kernel builds > > # Don't rely on the kernel's .depend file > > > > Is there more coming? > > cc -O2 -pipe -ggdb -nostdinc -I/usr/include -I. > -I/usr/local/src/sys/dev/aic7xxx/aicasm -ggdb -std=gnu99 ^^^^^^^^^^ how did you get this? this should be used for userland compilation, kernel is done with -std=c99, can you show me how you got this? thnx roman [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkokIsEACgkQLVEj6D3CBEy7AwCeJjVdtMz+jyNu9a1+xw7OMR8L z/kAn1TLE6JopI9FoSNjhxOl7OMZQlls =emLt -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090601184937.GA24177>
