From: Pádraig Brady Date: Mon, 2 Jun 2014 19:08:05 +0000 (+0100) Subject: maint: add ChangeLog entry missing in previous commit X-Git-Tag: v1.0~7365 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e29cd9eb7b8adf3caaee1a1feaf1f24772954f2b;p=gnulib.git maint: add ChangeLog entry missing in previous commit * ChangeLog: Add the omitted entry. --- diff --git a/ChangeLog b/ChangeLog index 388e8de594..9bb17b13f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-06-02 Ben Walton + + rename: mark a label as potentially unused + * lib/rename.c (rpl_rename): Avoid compiler warnings seen on Solaris, + by marking the out label as potentially unused. + * m4/gnulib-common.m4: Mention the need for the trailing ; for C++. + 2014-06-01 Paul Eggert gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL.