From 356b686774968d312476b66d0c1fb1f21c46305a Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 12 Feb 2001 00:59:18 +0000 Subject: Clean up lots of warnings. --- libc/inet/rpc/xdr_array.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/inet/rpc/xdr_array.c') diff --git a/libc/inet/rpc/xdr_array.c b/libc/inet/rpc/xdr_array.c index 26dd7beb7..de3ebbad3 100644 --- a/libc/inet/rpc/xdr_array.c +++ b/libc/inet/rpc/xdr_array.c @@ -40,6 +40,7 @@ */ #include +#include #include #include @@ -97,6 +98,7 @@ xdrproc_t elproc; /* xdr routine to handle each element */ case XDR_FREE: return (TRUE); + default: /* silence the warnings */ } /* -- cgit v1.2.3