about summary refs log tree commit diff
path: root/sunrpc/rpc_cout.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-28 10:35:17 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-28 10:35:17 +0000
commit8da8e2dbd2299e1a3ebc266a023ba6b37833bdc8 (patch)
treec8124bfd9a0c1232f47666b629ec013780adc192 /sunrpc/rpc_cout.c
parent11e0f1cf9e7b2c38d5cdc0f1c682461b2ffdac0d (diff)
downloadglibc-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_cout.c')
-rw-r--r--sunrpc/rpc_cout.c1
1 files changed, 1 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 */
     }
 }