bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Spurious warning with GLR/bison-1.875e


From: Frank Heckenbach
Subject: Spurious warning with GLR/bison-1.875e
Date: Wed, 27 Oct 2004 18:20:54 +0200
User-agent: semail 20041018

I'm trying bison-1.875e, mostly in GLR mode. So far, everything
works fine for me. The only little nuisance is the warning I get:

parse.c:359: warning: `yyloc_default' defined but not used

glr.c declares:

static YYLTYPE yyloc_default;

which is not used anywhere (anymore) AFAICS. Removing this
declaration avoids the warning.

Frank

-- 
Frank Heckenbach, address@hidden
http://fjf.gnu.de/
GnuPG and PGP keys: http://fjf.gnu.de/plan (7977168E)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]