summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-05-09 16:47:57 +0200
committerAndreas Jaeger <aj@suse.de>2012-05-09 16:47:57 +0200
commit1a4b75a190006bb013a61f2031a4de86e93a629f (patch)
tree124161c731370e44a7acf1ff86b95ba9d85fa17f /NEWS
parentb1cc2472d26084ec88b53606baabb82ec6b80db2 (diff)
downloadglibc-1a4b75a190006bb013a61f2031a4de86e93a629f.tar.gz
glibc-1a4b75a190006bb013a61f2031a4de86e93a629f.tar.xz
glibc-1a4b75a190006bb013a61f2031a4de86e93a629f.zip
Fix strspn warning with -Wconversion
[BZ #14083]
Fix warning when using strspn with -Wconversion:
$ gcc -Wconversion -O t.c
t.c: In function ‘main’:
t.c:8:7: warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ca1f7535cc..a10e8868a7 100644
--- a/NEWS
+++ b/NEWS
@@ -24,7 +24,7 @@ Version 2.16
   13895, 13908, 13910, 13911, 13912, 13913, 13914, 13915, 13916, 13917,
   13918, 13919, 13920, 13921, 13922, 13923, 13924, 13926, 13927, 13928,
   13938, 13941, 13942, 13963, 13967, 13970, 13973, 13979, 13983, 14027,
-  14033, 14034, 14040, 14049, 14055, 14064, 14080
+  14033, 14034, 14040, 14049, 14055, 14064, 14080, 14083
 
 * ISO C11 support: