svn commit: r223125 - head/lib/libstand

Craig Rodrigues rodrigc at FreeBSD.org
Wed Jun 15 22:15:29 UTC 2011


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}


More information about the svn-src-all mailing list