summaryrefslogtreecommitdiffstats
path: root/lib/librpcsvc/Makefile
diff options
context:
space:
mode:
authormatteo <matteo@FreeBSD.org>2008-02-05 20:03:45 +0000
committermatteo <matteo@FreeBSD.org>2008-02-05 20:03:45 +0000
commitda1547d4605365c2023fc6aea4b256ae5a8e12b1 (patch)
tree3f6193a5f8af2a83287ee1192c53c66a304b6cf8 /lib/librpcsvc/Makefile
parentc9994c03d38c74861086f21a946309f0c1bfe6f0 (diff)
downloadFreeBSD-src-da1547d4605365c2023fc6aea4b256ae5a8e12b1.zip
FreeBSD-src-da1547d4605365c2023fc6aea4b256ae5a8e12b1.tar.gz
set WARNS to 1: with WARNS=2 an aliasing error in a file generated by
rpcgen from include/rpcsvc/rex.x is exposed and I really don't know how to fix it. MFC after: 1 week
Diffstat (limited to 'lib/librpcsvc/Makefile')
-rw-r--r--lib/librpcsvc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile
index c9674cb..8bb7458 100644
--- a/lib/librpcsvc/Makefile
+++ b/lib/librpcsvc/Makefile
@@ -29,7 +29,7 @@ SRCS+= ${GENSRCS} ${OTHERSRCS} ${SECRPCSRCS}
CLEANFILES+= ${GENSRCS}
-WARNS?= 2
+WARNS?= 1
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud