diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-28 10:35:17 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-28 10:35:17 +0000 |
commit | 8da8e2dbd2299e1a3ebc266a023ba6b37833bdc8 (patch) | |
tree | c8124bfd9a0c1232f47666b629ec013780adc192 /sunrpc/rpc_hout.c | |
parent | 11e0f1cf9e7b2c38d5cdc0f1c682461b2ffdac0d (diff) | |
download | glibc-8da8e2dbd2299e1a3ebc266a023ba6b37833bdc8.tar.gz glibc-8da8e2dbd2299e1a3ebc266a023ba6b37833bdc8.tar.xz glibc-8da8e2dbd2299e1a3ebc266a023ba6b37833bdc8.zip |
Update.
* sysdeps/generic/ldsodefs.h: Add noreturn attribute to _dl_reloc_bad_type.
Diffstat (limited to 'sunrpc/rpc_hout.c')
-rw-r--r-- | sunrpc/rpc_hout.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ } } |