http://d.puremagic.com/issues/show_bug.cgi?id=6423
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] 2013-08-27 08:20:10 PDT --- (In reply to comment #1) > I'm guessing perhaps the compiler got confused by returning a void function? > I'm not sure code like this should be allowed, as it doesn't really make sense > to be able to return void (via a return statement) -- nothing is being > returned. Returning the result of a void function from a void function is accepted by design. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
