Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2010 04:45:08 +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: r203767 - head/lib/libufs
Message-ID:  <201002110445.o1B4j8Lc070154@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Feb 11 04:45:08 2010
New Revision: 203767
URL: http://svn.freebsd.org/changeset/base/203767

Log:
  Increased warnings weren't tested on ARM.  Bump warnings back down to
  0 until it can be properly tested by those raising the warnings.
  Remember: make universe is required when changing the WARNS level.

Modified:
  head/lib/libufs/Makefile

Modified: head/lib/libufs/Makefile
==============================================================================
--- head/lib/libufs/Makefile	Thu Feb 11 02:56:05 2010	(r203766)
+++ head/lib/libufs/Makefile	Thu Feb 11 04:45:08 2010	(r203767)
@@ -16,7 +16,7 @@ MLINKS+= ufs_disk_close.3 ufs_disk_fillo
 MLINKS+= ufs_disk_close.3 ufs_disk_fillout_blank.3
 MLINKS+= ufs_disk_close.3 ufs_disk_write.3
 
-WARNS?=	3
+WARNS?=	0
 
 CFLAGS+= -D_LIBUFS
 .if defined(LIBUFS_DEBUG)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002110445.o1B4j8Lc070154>