From a472ffaf23f722eacc9d71b6a91d17bc372ca256 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 19 Feb 2009 22:49:43 +0100 Subject: [PATCH] rpcgen(1): Raise WARNS to 6. --- usr.bin/rpcgen/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index 3b139a29f0..bf1eae2134 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -4,6 +4,5 @@ PROG= rpcgen SRCS= rpc_main.c rpc_clntout.c rpc_cout.c rpc_hout.c rpc_parse.c \ rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c -WARNS?= 0 .include -- 2.11.4.GIT