Date: Thu, 2 Oct 2014 18:45:01 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r272442 - head/sys/modules/ncr Message-ID: <201410021845.s92Ij1ZW037196@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410021845.s92Ij1ZW037196>