mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* NEWS: Clarify symbols versus types in unused-value warnings.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* NEWS: Clarify symbols versus types in unused-value warnings.
|
||||
|
||||
* configure.ac (AC_INIT): Bump version number.
|
||||
|
||||
2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
4
NEWS
4
NEWS
@@ -7,8 +7,8 @@ Changes in version 2.1a, 2006-02-13:
|
||||
their contents together.
|
||||
|
||||
* New warning: unused values
|
||||
Typed right-hand side symbols whose values are not used are reported,
|
||||
if the associated types have destructors. For instance:
|
||||
Right-hand side symbols whose values are not used are reported,
|
||||
if the symbols have destructors. For instance:
|
||||
|
||||
exp: exp "?" exp ":" exp { $1 ? $1 : $3; }
|
||||
| exp "+" exp
|
||||
|
||||
Reference in New Issue
Block a user