changeset 37373:782201c2a8fc

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 d4191f971b00
children d6f262188177
files ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 02 19:50:41 2014 +0100
+++ b/ChangeLog	Mon Jun 02 20:08:05 2014 +0100
@@ -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.