# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #15920] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15920 >
This also never seemed to show up in p6i. ----- Forwarded message from Jarkko Hietaniemi <[EMAIL PROTECTED]> ----- Subject: [PATCH] [perl #15865] squash IRIX warning From: Jarkko Hietaniemi <[EMAIL PROTECTED]> Date: Wed, 31 Jul 2002 08:19:20 +0300 Message-ID: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] User-Agent: Mutt/1.2.5.1i IRIX found another return missing from a non-void function. diff -ruN parrot/core.ops parrot+cast/core.ops --- parrot/core.ops 2002-07-26 22:15:56.000000000 +0300 +++ parrot+cast/core.ops 2002-07-31 07:02:37.000000000 +0300 @@ -4257,6 +4257,7 @@ else { abort(); } + return 0; } =item B<warningson>(in INT) -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen ----- End forwarded message ----- -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen