[perl #30962] [Patch]Unreferenced variable warnings on Win32

2004-08-07 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #30962] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30962 While compiling parrot-current on Win32 last night, I got several warnings for

Re: [perl #30962] [Patch]Unreferenced variable warnings on Win32

2004-08-07 Thread Nicholas Clark
On Thu, Aug 05, 2004 at 08:46:52PM -0700, Steve Peters wrote: While compiling parrot-current on Win32 last night, I got several warnings for unreference local variables. I also got one warning in interpreter.c regarding a conversion from a double to a size_t with a possible loss of data.

Re: [perl #30962] [Patch]Unreferenced variable warnings on Win32

2004-08-07 Thread Leopold Toetsch
Steve Peters [EMAIL PROTECTED] wrote: ... I got several warnings for unreference local variables. Thanks, applied. leo