diff options
author | Warner Losh <imp@FreeBSD.org> | 2015-01-03 03:35:18 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2015-01-03 03:35:18 +0000 |
commit | 4906cdc8c5d161f74ab36bb5792ac0706d182c11 (patch) | |
tree | 82c96dfd131752e47ddcc6a9f12f876974b77de5 /sys/modules/ipfilter | |
parent | ff8258499cd4a5a2a522c985cd7592a7904d973f (diff) |
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.
Notes
Notes:
svn path=/head/; revision=276606
Diffstat (limited to 'sys/modules/ipfilter')
-rw-r--r-- | sys/modules/ipfilter/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile index 0d8fa8a05816..f89588fd3271 100644 --- a/sys/modules/ipfilter/Makefile +++ b/sys/modules/ipfilter/Makefile @@ -31,4 +31,3 @@ CWARNFLAGS.ip_proxy.c= ${NO_WSELF_ASSIGN} -Wno-unused CWARNFLAGS.ip_scan.c= -Wno-unused CWARNFLAGS.ip_state.c= -Wno-unused CWARNFLAGS.ip_sync.c= -Wno-unused -CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}} |