diff options
author | Dmitry Gorbachev <d.g.gorbachev@gmail.com> | 2014-03-12 10:56:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-03-12 10:56:17 +0000 |
commit | c63043aae739e147ad1da015d48ecceeb8b3fef9 (patch) | |
tree | d44393b7423e7798f6d6ce6d320a2a566e3dc923 /binutils/ChangeLog | |
parent | fa47fa924667f5d668faf24412dea39150e14a2a (diff) | |
download | gdb-c63043aae739e147ad1da015d48ecceeb8b3fef9.zip gdb-c63043aae739e147ad1da015d48ecceeb8b3fef9.tar.gz gdb-c63043aae739e147ad1da015d48ecceeb8b3fef9.tar.bz2 |
Fix compile time warnings about unused variables 'yyinput' and 'input'.
PR binutils/16567
* deflex.l: Add noinput and nounput options.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4a87080..21ac1e5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com> + + PR binutils/16567 + * deflex.l: Add noinput and nounput options. + 2014-03-12 Alan Modra <amodra@gmail.com> * Makefile.in: Regenerate. |