diff options
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/rpc_cout.c | 1 | ||||
-rw-r--r-- | sunrpc/rpc_hout.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/rpc_cout.c b/sunrpc/rpc_cout.c index 808a5053cd..44027ea39e 100644 --- a/sunrpc/rpc_cout.c +++ b/sunrpc/rpc_cout.c @@ -739,6 +739,7 @@ emit_inline (int indent, declaration * decl, int flag) f_print (fout, "}\n"); break; default: + break; /* ?... do nothing I guess */ } } diff --git a/sunrpc/rpc_hout.c b/sunrpc/rpc_hout.c index a41a7e7c91..39bfae8324 100644 --- a/sunrpc/rpc_hout.c +++ b/sunrpc/rpc_hout.c @@ -136,6 +136,7 @@ print_funcdef (definition *def) pprogramdef (def); break; default: + break; /* ?... shouldn't happen I guess */ } } |