svn commit: r223156 - head/lib/libstand

Warner Losh imp at FreeBSD.org
Thu Jun 16 18:00:28 UTC 2011


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}


More information about the svn-src-all mailing list