From 95b8588444b49e3d958aa31c30099e0efffd04bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Sun, 1 Jun 2014 22:25:28 +0100 Subject: [PATCH] gnulib-common.m4: add _GL_UNUSED_LABEL * m4/gnulib-common.m4: Add _GL_UNUSED_LABEL which is similar to _GL_UNUSED, but handles g++ < 4.5 not supporting this syntax. --- ChangeLog | 6 ++++++ m4/gnulib-common.m4 | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0c8782bbd6..4ceaaee436 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-06-01 Pádraig Brady
+
+ gnulib-common.m4: add _GL_UNUSED_LABEL
+ * m4/gnulib-common.m4: Add _GL_UNUSED_LABEL which is similar to
+ _GL_UNUSED, but handles g++ < 4.5 not supporting this syntax.
+
2014-05-31 Paul Eggert