Ignore pragma warnings with clang for the zfs code.
This commit is contained in:
parent
ef140c5bfd
commit
be61e1101a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2018/01/09 03:31:15 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2018/01/22 01:34:42 joerg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -25,4 +25,6 @@ CFLAGS+= -I${NETBSDSRCDIR}/external/cddl/osnet/dist/lib/libnvpair
|
||||
LDADD+= -lnvpair -lzfs
|
||||
.endif
|
||||
|
||||
CWARNFLAGS.clang+= -Wno-unknown-pragmas
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user