mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
glr.c: omit yyresolveLocations when locations are disabled.
This prevents gcc 4.6.0's -Wunused-but-set-variable from warning about yyresolveLocations's local yyrhsloc. When locations are enabled, there's no such warning because YYLLOC_DEFAULT then uses yyrhsloc. Reported by Jim Meyering at <http://lists.gnu.org/archive/html/bug-bison/2011-04/msg00002.html>. * data/glr.c (yyresolveLocations): Omit definition when locations are disabled. (yyresolveValue): Omit yyresolveLocations invocation when locations are disabled.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2011-04-16 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
glr.c: omit yyresolveLocations when locations are disabled.
|
||||
This prevents gcc 4.6.0's -Wunused-but-set-variable from warning
|
||||
about yyresolveLocations's local yyrhsloc. When locations are
|
||||
enabled, there's no such warning because YYLLOC_DEFAULT then uses
|
||||
yyrhsloc. Reported by Jim Meyering at
|
||||
<http://lists.gnu.org/archive/html/bug-bison/2011-04/msg00002.html>.
|
||||
* data/glr.c (yyresolveLocations): Omit definition when locations
|
||||
are disabled.
|
||||
(yyresolveValue): Omit yyresolveLocations invocation when
|
||||
locations are disabled.
|
||||
|
||||
2011-04-16 Joel E. Denny <joeldenny@joeldenny.org>
|
||||
|
||||
gnulib, autoconf: update.
|
||||
|
||||
Reference in New Issue
Block a user