]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
NEWS for #105460
authorSimon McVittie <smcv@collabora.com>
Thu, 15 Mar 2018 19:58:05 +0000 (19:58 +0000)
committerSimon McVittie <smcv@collabora.com>
Thu, 15 Mar 2018 19:58:05 +0000 (19:58 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS

diff --git a/NEWS b/NEWS
index 65728abdc90ef6f5ff2e37b3ccfba52c08937f2f..11c4f0ab91f200ee238f1ebc0752418eac989942 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,15 @@ Fixes:
 • Listening on TCP sockets copes better with IPv6 being disabled
   (fd.o #61922; Ralf Habacker, Simon McVittie)
 
+Internal changes:
+
+• The _DBUS_GNUC_WARN_UNUSED_RESULT macro has been replaced with
+  _DBUS_WARN_UNUSED_RESULT, which is effective with gcc, clang and MSVC
+  (with cl.exe /analyze). Note that for MSVC compatibility, it must
+  appear before the return type in function declarations, whereas the
+  older macro could also have appeared after the arguments.
+  (fd.o #105460; Daniel Wendt, Ralf Habacker)
+
 dbus 1.13.2 (2018-03-01)
 ========================