Date: Thu, 16 Jun 2011 18:00:27 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r223156 - head/lib/libstand Message-ID: <201106161800.p5GI0RZc040064@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Thu Jun 16 18:00:27 2011 New Revision: 223156 URL: http://svn.freebsd.org/changeset/base/223156 Log: Setting warnings without make universe considered harmful. Revert to WARNS=0 until such time that the warnings at =2 are fixed for all platforms. Modified: head/lib/libstand/Makefile Modified: head/lib/libstand/Makefile ============================================================================== --- head/lib/libstand/Makefile Thu Jun 16 17:41:21 2011 (r223155) +++ head/lib/libstand/Makefile Thu Jun 16 18:00:27 2011 (r223156) @@ -15,7 +15,7 @@ NO_PIC= INCS= stand.h MAN= libstand.3 -WARNS?= 2 +WARNS?= 0 CFLAGS+= -ffreestanding -Wformat CFLAGS+= -I${.CURDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106161800.p5GI0RZc040064>