summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-04 02:06:16 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-04 02:06:16 +0200
commite8ef51b171a79e558651b98be5c7a64c75354098 (patch)
tree604e2bc61bfb3b590bdbb554bb2432de71c513f3 /ChangeLog
parentcd104f4ff43fed06aed9069cf662c4a5bc2ffbc0 (diff)
downloadglibc-e8ef51b171a79e558651b98be5c7a64c75354098.tar
glibc-e8ef51b171a79e558651b98be5c7a64c75354098.tar.gz
glibc-e8ef51b171a79e558651b98be5c7a64c75354098.tar.bz2
glibc-e8ef51b171a79e558651b98be5c7a64c75354098.zip
hurd: Silence warning
* hurd/hurdsig.c (interrupted_reply_port_location): Use DIAG_IGNORE_NEEDS_COMMENT to silence warning with GCC 6 and before.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc9613239d..cbe62ee88d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,8 @@
* sysdeps/mach/hurd/if_index.c (__if_nametoindex): Return ENODEV if
ifname is too long.
+ * hurd/hurdsig.c (interrupted_reply_port_location): Use
+ DIAG_IGNORE_NEEDS_COMMENT to silence warning with GCC 6 and before.
2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>