Steve Peters (via RT) wrote:
# New Ticket Created by Steve Peters
# Please include the string: [perl #21385]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=21385 >
This patch eliminates compiler warnings generated when compiling packfile.c.
In the function, fetch_op_mixed, the variables u and o are defined as
local variables. Inside the function, however, one variable is used within
different parts of a #if...#else..#endif statement. It then appears that
one of the variables is unused. This patch places the variables within
their own #if..#else..#endif to stop the warnings.
Thanks, applied.
leo