summaryrefslogtreecommitdiffstats
path: root/sys/modules/bwn/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-01-03 03:35:18 +0000
committerimp <imp@FreeBSD.org>2015-01-03 03:35:18 +0000
commit6364af0724f98af051b4f21ff1de9d0b5332a083 (patch)
tree82c96dfd131752e47ddcc6a9f12f876974b77de5 /sys/modules/bwn/Makefile
parent7e4640559ca4c2d4bd9a1a175ea1be810f839409 (diff)
downloadFreeBSD-src-6364af0724f98af051b4f21ff1de9d0b5332a083.zip
FreeBSD-src-6364af0724f98af051b4f21ff1de9d0b5332a083.tar.gz
Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, support
CWARNFALGS.$file centrally so we don't have to have it in all the places. Remove a few warning flags that are no longer needed. Also, always use -Wno-unknown-pragma to (hopefully temporarily) work around #pragma ident in debug.h in the opensolaris code. Remove some stale warning suppression that's no longer necessary.
Diffstat (limited to 'sys/modules/bwn/Makefile')
-rw-r--r--sys/modules/bwn/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/bwn/Makefile b/sys/modules/bwn/Makefile
index 4362387..e04ab0b 100644
--- a/sys/modules/bwn/Makefile
+++ b/sys/modules/bwn/Makefile
@@ -10,4 +10,3 @@ SRCS+= device_if.h bus_if.h pci_if.h
# XXX Work around clang warning, until maintainer approves fix.
CWARNFLAGS.if_bwn.c= ${NO_WSOMETIMES_UNINITIALIZED}
-CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
OpenPOWER on IntegriCloud