]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Clean up GCC warnings.
[bison.git] / ChangeLog
index 594e4d28549f9a511cc933dde504f7b14003de6e..fc782b7b2ab61f8d781131c11d784ab652d738e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2001-12-10  Akim Demaille  <akim@epita.fr>
+
+       Clean up GCC warnings.
+
+       * 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.
+
 2001-12-10  Akim Demaille  <akim@epita.fr>
 
        * configure.in: Require 2.52g.