# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #50884] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50884 >
I fixed a few compile-time warnings in src/spf_vtable.c, src/threads.c, and src/stm/backend.c. real_exception doesn't return, so return statements after a call to real_exception raise a compiler error. I commented out all instances in these three files. --Andrew Whitworth