]> git.saurik.com Git - bison.git/commit
build: avoid warnings about set-but-not-used variables
authorJim Meyering <meyering@redhat.com>
Fri, 6 Jan 2012 12:55:11 +0000 (13:55 +0100)
committerAkim Demaille <demaille@gostai.com>
Wed, 11 Jan 2012 15:40:06 +0000 (16:40 +0100)
commit847480ae0f5f105ae86d8990729916c589427552
treef39ebe2a040fd9a928c6002798e774b07f44d284
parent5422d56a718805a2470558808355e04182a12d65
build: avoid warnings about set-but-not-used variables

* lib/bitset_stats.c (bitset_stats_list): Remove declaration
and set of unused local, "type".
* lib/ebitset.c (ebitset_init): Likewise, for "size".
* lib/lbitset.c (lbitset_not): Likewise, for "elt".
ChangeLog
lib/bitset_stats.c
lib/ebitset.c
lib/lbitset.c