Mercurial > hg > octave-nkf > gnulib-hg
changeset 17693:53803f7bacc5
maint: add ChangeLog entry missing in previous commit
* ChangeLog: Add the omitted entry.
author | Pádraig Brady <P@draigBrady.com> |
---|---|
date | Mon, 02 Jun 2014 20:08:05 +0100 |
parents | 323b09d5b995 |
children | 353b80b1cf4c |
files | ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-06-02 Ben Walton <bdwalton@gmail.com> + + 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 <eggert@cs.ucla.edu> gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL.