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
This commit is contained in:
Matteo Riondato 2008-02-05 20:03:45 +00:00
parent 9298b21daf
commit 23490135ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176006

View File

@ -29,7 +29,7 @@ SRCS+= ${GENSRCS} ${OTHERSRCS} ${SECRPCSRCS}
CLEANFILES+= ${GENSRCS}
WARNS?= 2
WARNS?= 1
.include <bsd.lib.mk>