From 57fb2199059cb55b632d093c2e64c8a3c60acfbb Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 15 Apr 2012 00:06:13 +0000 Subject: * reduce UNREACHABLE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/pty.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pty') diff --git a/ext/pty/pty.c b/ext/pty/pty.c index de5cbf79e2..126e33c8a6 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -630,6 +630,7 @@ pty_getpty(int argc, VALUE *argv, VALUE self) return res; } +NORETURN(static void raise_from_check(pid_t pid, int status)); static void raise_from_check(pid_t pid, int status) { -- cgit v1.2.3