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}
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to