Index: tool/lemon.c ================================================================== --- tool/lemon.c +++ tool/lemon.c @@ -1978,11 +1978,10 @@ }; /* Parse a single token */ static void parseonetoken(struct pstate *psp) { - char *endptr; const char *x; x = Strsafe(psp->tokenstart); /* Save the token permanently */ #if 0 printf("%s:%d: Token=[%s] state=%d\n",psp->filename,psp->tokenlineno, x,psp->state); @@ -3574,11 +3573,11 @@ int lineno; struct state *stp; struct action *ap; struct rule *rp; struct acttab *pActtab; - int i, j, k, n; + int i, j, n; const char *name; int mnTknOfst, mxTknOfst; int mnNtOfst, mxNtOfst; struct axset *ax;