From da1547d4605365c2023fc6aea4b256ae5a8e12b1 Mon Sep 17 00:00:00 2001 From: matteo Date: Tue, 5 Feb 2008 20:03:45 +0000 Subject: 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 --- lib/librpcsvc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.1