# 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.

Steve Peters
[EMAIL PROTECTED]




_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


-- attachment  1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/52824/39969/0249ad/packfile.c.patch

Attachment: packfile.c.patch
Description: packfile.c.patch

Reply via email to