about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@caviumnetworks.com>2016-11-01 16:00:09 -0700
committerSteve Ellcey <sellcey@caviumnetworks.com>2016-11-01 16:00:09 -0700
commit9032070deaa03431921315f973c548c2c403fecc (patch)
tree808c04fd9e2ab25f6eb7c7b836c8d60eddccf68a /ChangeLog
parent6adaeadf95fa5cc68e92b07456bb82dbd85afd06 (diff)
downloadglibc-9032070deaa03431921315f973c548c2c403fecc.tar.gz
glibc-9032070deaa03431921315f973c548c2c403fecc.tar.xz
glibc-9032070deaa03431921315f973c548c2c403fecc.zip
Fix warning from latest GCC in tst-printf.c
	* stdio-common/tst-printf.c: Ignore -Wformat-length warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6be5c5d67b..e16451af05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-01  Steve Ellcey  <sellcey@caviumnetworks.com>
+
+	* stdio-common/tst-printf.c: Ignore -Wformat-length warning.
+
 2016-11-01  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #19673]