From: Tanaka Akira Date: 2009-02-06T08:25:07+09:00 Subject: [ruby-core:21872] Re: [Bug #1116] Compilation error for Solaris 10 sparc In article <498b4386b9028_84f4784fa21995@redmine.ruby-lang.org>, Luke McOmber writes: > Bug #1116: Compilation error for Solaris 10 sparc > http://redmine.ruby-lang.org/issues/show/1116 > cc -I. -I../../.ext/include/sparc-solaris2.10 -I../.././include -I../.././ext/pty -DRUBY_EXTCONF_H=\"extconf.h\" -D_FILE_OFFSET_BITS=64 -KPIC -g -o pty.o -c pty.c > "pty.c", line 425: void function cannot return value The return statement is introduced by r20877 by yugui. r20877 seems the backport of r20846 on trunk. But r20846 doesn't introduce the return statement. I think it is merge miss. -- Tanaka Akira