why the unreachable code generation?

...
else if ( (true) )
{
    alt8 = 3;
}
else 
{
    if ( state.backtracking > 0 ) {state.failed = true; return retval;}
    NoViableAltException nvae_d8s1 =
    new NoViableAltException("", 8, 1, input);
    throw nvae_d8s1;
}

It seems fairly harmless to disable 0219 (unused variables), but disabling 
unreachable code warnings perhaps not.

Regards,
Ben

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---

List: http://www.antlr.org:8080/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org:8080/mailman/options/antlr-interest/your-email-address

Reply via email to