]> git.saurik.com Git - bison.git/commitdiff
Clean up GCC warnings.
authorAkim Demaille <akim@epita.fr>
Mon, 10 Dec 2001 09:05:47 +0000 (09:05 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 10 Dec 2001 09:05:47 +0000 (09:05 +0000)
* src/reader.c (copy_action): `buf' is not used.
(parse_skel_decl): Be static.
* src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
* src/options.h (create_long_option_table): Have a real prototype.
* lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
(hash_delete_at): Return const void *.
Adjust casts to preserve the const.


No differences found