summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8853fc61..5e5889e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-08-30 Eric Blake <eblake@redhat.com>
+ Clean up compiler warnings.
+ * src/builtin.c (m4_patsubst): Drop dead store.
+ * src/eval.c (unary_term): Likewise.
+ * src/input.c (match_input): Likewise.
+ * src/symtab.c (symtab_debug): Drop useless casts to void.
+ * src/m4.c (main): Add hints to aid clang analysis.
+
Test previous commit.
* doc/m4.texinfo (Format): Add a test.
* NEWS: Document the fix.