svn commit: r272442 - head/sys/modules/ncr
Rui Paulo
rpaulo at FreeBSD.org
Thu Oct 2 18:45:01 UTC 2014
Author: rpaulo
Date: Thu Oct 2 18:45:00 2014
New Revision: 272442
URL: https://svnweb.freebsd.org/changeset/base/272442
Log:
Remove the extra CFLAGS now that the driver has been fixed by jhb.
Modified:
head/sys/modules/ncr/Makefile
Modified: head/sys/modules/ncr/Makefile
==============================================================================
--- head/sys/modules/ncr/Makefile Thu Oct 2 18:33:58 2014 (r272441)
+++ head/sys/modules/ncr/Makefile Thu Oct 2 18:45:00 2014 (r272442)
@@ -7,5 +7,3 @@ SRCS= ncr.c
SRCS+= device_if.h bus_if.h pci_if.h opt_ncr.h opt_cam.h
.include <bsd.kmod.mk>
-
-CFLAGS+=-Wno-error=unused-const-variable
More information about the svn-src-head
mailing list