Steve Peters (via RT) wrote:

# New Ticket Created by Steve Peters # Please include the string: [perl #21386]
# in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=21386 >



This patch fixes compilier warnings generated when compiling interpreter.c. In the function runops_prederef, the local variables code_size and code_end are declared but never used. This patch removes these variable declarations and stops the compilier warnings.

Thanks, applied. leo



Reply via email to