Jerry Gay (via RT) wrote:
> # New Ticket Created by  Jerry Gay 
> # Please include the string:  [perl #39760]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39760 >
> 
> compilers\ast\astparser.c
> astparser.c
> compilers\ast\astparser.c(1298) : warning C4102: 'yyerrlab1' :
> unreferenced label

compilers/ast/astparser.c is generated by GNU Bison 1.875.  I have GNU
Bison 2.1 installed, which generates code that doesn't yield any warning.

        bison -v -y compilers\ast\ast.y -d -o compilers\ast\astparser.c
    -p AST
        C:\Perl\bin\perl.exe -MExtUtils::Command -e touch
compilers\ast\ast.y.flag compilers\ast\astparser.c
    compilers\ast\astparser.h
        bison -v -y compilers\ast\ast.y -d -o compilers\ast\astparser.c
    -p AST
        C:\Perl\bin\perl.exe -MExtUtils::Command -e touch
compilers\ast\ast.y.flag compilers\ast\astparser.c
    compilers\ast\astparser.h
compilers\ast\astparser.c
astparser.c


Is that sufficient to close this issue, or should I provide a patch to
disable the C4102 warning?

Ron

Reply via email to