Re: [perl #54062] [CAGE] unused variable redeclaration in src/oo.c

2008-05-13 Thread NotFound
Here is a patch to remove these functions. -- Salu2 Index: src/oo.c === --- src/oo.c (revisión: 27471) +++ src/oo.c (copia de trabajo) @@ -37,12 +37,6 @@ __attribute__nonnull__(1) __attribute__nonnull__(2); -stat

Re: [perl #54062] [CAGE] unused variable redeclaration in src/oo.c

2008-05-13 Thread NotFound
No wonder that all test pass, this function is dead code. It's only used by the static function in the same file create_deleg_pmc_vtable, wich is never used. -- Salu2

Re: [perl #54062] [CAGE] unused variable redeclaration in src/oo.c

2008-05-13 Thread NotFound
On Tue, May 13, 2008 at 1:50 AM, via RT Andrew Whitworth <[EMAIL PROTECTED]> wrote: > src\oo.c(513) : warning C4189: '_class' : local variable is > initialized but not referenced > > The function in question, Parrot_find_vtable_meth, declares the > variable "_class" twice: once at the beginnin

[perl #54062] [CAGE] unused variable redeclaration in src/oo.c

2008-05-13 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #54062] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54062 > MSVC-x86 outputs a warning for src/oo.c: src\oo.c(513) : warning C4189: '_class' :