Date: Wed, 15 Jun 2011 22:15:28 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r223125 - head/lib/libstand Message-ID: <201106152215.p5FMFSLI000588@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigc Date: Wed Jun 15 22:15:28 2011 New Revision: 223125 URL: http://svn.freebsd.org/changeset/base/223125 Log: Increase WARNS level to 2. Modified: head/lib/libstand/Makefile Modified: head/lib/libstand/Makefile ============================================================================== --- head/lib/libstand/Makefile Wed Jun 15 22:13:22 2011 (r223124) +++ head/lib/libstand/Makefile Wed Jun 15 22:15:28 2011 (r223125) @@ -15,7 +15,7 @@ NO_PIC= INCS= stand.h MAN= libstand.3 -WARNS?= 0 +WARNS?= 2 CFLAGS+= -ffreestanding -Wformat CFLAGS+= -I${.CURDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106152215.p5FMFSLI000588>