svn commit: r193932 - stable/7/usr.sbin/acpi/acpidb

Dag-Erling Smorgrav des at FreeBSD.org
Wed Jun 10 17:29:14 UTC 2009


Author: des
Date: Wed Jun 10 17:29:13 2009
New Revision: 193932
URL: http://svn.freebsd.org/changeset/base/193932

Log:
  Lower WARNS due to aliasing violations in contrib code.

Modified:
  stable/7/usr.sbin/acpi/acpidb/Makefile

Modified: stable/7/usr.sbin/acpi/acpidb/Makefile
==============================================================================
--- stable/7/usr.sbin/acpi/acpidb/Makefile	Wed Jun 10 16:17:38 2009	(r193931)
+++ stable/7/usr.sbin/acpi/acpidb/Makefile	Wed Jun 10 17:29:13 2009	(r193932)
@@ -56,7 +56,7 @@ SRCS+=	utalloc.c utcache.c utcopy.c utde
 	utxface.c
 
 MAN=	acpidb.8
-WARNS?=	2
+WARNS?=	1
 
 CFLAGS+= -DACPI_EXEC_APP
 


More information about the svn-src-all mailing list