about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2017-12-22 07:57:25 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-12-22 08:01:27 -0800
commited8ae46bed42772a5b22b710fb12d7f59ae084b4 (patch)
tree21a080233937f9a97c8fd356cef8dadd5426018a /ChangeLog
parentbad7a0c81f501fbbcc79af9eaa4b8254441c4a1f (diff)
downloadglibc-ed8ae46bed42772a5b22b710fb12d7f59ae084b4.tar.gz
glibc-ed8ae46bed42772a5b22b710fb12d7f59ae084b4.tar.xz
glibc-ed8ae46bed42772a5b22b710fb12d7f59ae084b4.zip
Avoid gcc warnings on cygwin
* posix/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
* posix/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
Avoid unused variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14950fe373..b296ec0ad6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-12-22  Eric Blake  <ebb9@byu.net>
+
+	Avoid gcc warnings on cygwin
+	* posix/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
+	* posix/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
+	Avoid unused variable.
+
 2017-12-22  Florian Weimer  <fweimer@redhat.com>
 
 	* io/Makefile (routines): Add copy_file_range.