# HG changeset patch # User Pádraig Brady # Date 1401736085 -3600 # Node ID 53803f7bacc5c0d03018d59cfb9602093909f83f # Parent 323b09d5b9959df8feb78b0f80df148ee17c799f maint: add ChangeLog entry missing in previous commit * ChangeLog: Add the omitted entry. diff --git a/ChangeLog b/ChangeLog --- 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.