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
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
# 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