diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-02-26 22:14:23 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-02-26 22:14:23 +0000 |
commit | dd3505eed7c44b2fb3c77b1e4b5a321b20fe9175 (patch) | |
tree | dde927c89cf02b94a02d38f47d486eb093b1a9dc /lib/libnv | |
parent | d1a77ae76f4de813093a3ede5d8d2a5a8000afdb (diff) | |
download | FreeBSD-src-dd3505eed7c44b2fb3c77b1e4b5a321b20fe9175.zip FreeBSD-src-dd3505eed7c44b2fb3c77b1e4b5a321b20fe9175.tar.gz |
Remove WARNS inherited fine by ../Makefile.inc.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libnv')
-rw-r--r-- | lib/libnv/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile index 38ec009..f0ed8c4 100644 --- a/lib/libnv/Makefile +++ b/lib/libnv/Makefile @@ -15,8 +15,6 @@ SRCS+= msgio.c SRCS+= nvlist.c SRCS+= nvpair.c -WARNS?= 6 - .if ${MK_TESTS} != "no" SUBDIR+= tests .endif |