summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d41764611..dd3fb81ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 5.3.1.
+ Placate gcc-4's -Wuninitialized.
+ * src/md5sum.c (digest_check) [LINT]: Initialize hex_digest to NULL.
+ * src/test.c (binary_operator) [LINT]: Initialize lt and rt to 0.
+
* src/test.c (is_int, age_of, binop): Declare `char *' parameters to
be `const'.
(binop): Move function definition to precede first use so we can...