aboutsummaryrefslogtreecommitdiff
path: root/lib/librpcsvc/Makefile
diff options
context:
space:
mode:
authorMatteo Riondato <matteo@FreeBSD.org>2008-02-05 20:03:45 +0000
committerMatteo Riondato <matteo@FreeBSD.org>2008-02-05 20:03:45 +0000
commit23490135ae544da33e5ff4f1f914304565b4f72d (patch)
tree3f6193a5f8af2a83287ee1192c53c66a304b6cf8 /lib/librpcsvc/Makefile
parent9298b21daf54feb4922f00aaf947ead8b0cc6109 (diff)
downloadsrc-23490135ae544da33e5ff4f1f914304565b4f72d.tar.gz
src-23490135ae544da33e5ff4f1f914304565b4f72d.zip
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
Notes
Notes: svn path=/head/; revision=176006
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 c9674cb068e1..8bb745882984 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>