diff options
author | matteo <matteo@FreeBSD.org> | 2008-02-05 20:03:45 +0000 |
---|---|---|
committer | matteo <matteo@FreeBSD.org> | 2008-02-05 20:03:45 +0000 |
commit | da1547d4605365c2023fc6aea4b256ae5a8e12b1 (patch) | |
tree | 3f6193a5f8af2a83287ee1192c53c66a304b6cf8 /lib/librpcsvc | |
parent | c9994c03d38c74861086f21a946309f0c1bfe6f0 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/librpcsvc/Makefile | 2 |
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> |