summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-28 09:26:04 +0100
committerJim Meyering <meyering@redhat.com>2009-10-28 09:27:06 +0100
commit57eaa6500c8afacc43b4dd301e6ff7123ee2fe48 (patch)
tree9f7da892c3c171bb96302dff8f75d3e722c8f4b0 /ChangeLog
parent5abb9c9cbcf1c199155bce1f10324ce0e45f1e90 (diff)
downloadgnulib-57eaa6500c8afacc43b4dd301e6ff7123ee2fe48.tar.gz
exclude: avoid an unwarranted warning
* lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 793ae5062e..54a79e86ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-28 Jim Meyering <meyering@redhat.com>
+
+ exclude: avoid an unwarranted warning
+ * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
+
2009-10-27 Eric Blake <ebb9@byu.net>
fseek: avoid compilation failure when fflush is replaced