Re: [perl #30560] [PATCH] classes/complex.pmc: void function can't return a value

2004-07-02 Thread Ion Alexandru Morega
Andy Dougherty wrote: The Solaris compiler complained when classes/complex.c tried to return a value from a void function. This patch assumes the function indeed is intended to be void and no return value is needed. You're right, it slipped. We really need compiler flags to catch these. Still, it

Re: [perl #30560] [PATCH] classes/complex.pmc: void function can't return a value

2004-07-02 Thread Leopold Toetsch
Andy Dougherty (via RT) wrote: The Solaris compiler complained when classes/complex.c tried to return a value from a void function. This patch assumes the function indeed is intended to be void and no return value is needed. Thanks, applied. leo

[perl #30560] [PATCH] classes/complex.pmc: void function can't return a value

2004-07-01 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #30560] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30560 > The Solaris compiler complained when classes/complex.c tried to return a value from