WARNS=2
This commit is contained in:
parent
40ad88851b
commit
651feb6587
@ -4,6 +4,7 @@ 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?= 2
|
||||
#
|
||||
# This is a kludge to work around the fact that this program
|
||||
# uses 'inline' as a variable name.
|
||||
|
@ -59,9 +59,6 @@ static void parglist( proc_list *, char * );
|
||||
static void pprocdef( proc_list *, version_list *, char *, int, int );
|
||||
void pdeclaration( char *, declaration *, int, char * );
|
||||
|
||||
static char RESULT[] = "clnt_res";
|
||||
|
||||
|
||||
/*
|
||||
* Print the C-version of an xdr definition
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user