diff options
author | Simon McVittie <smcv@collabora.com> | 2017-09-25 16:19:39 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2017-09-25 16:59:23 +0100 |
commit | 7b623b65c65d979a6a2c4d2e0efcfaf7f045f6cc (patch) | |
tree | 545e013e4620b92c2c539e43bd19c883b30836fb /NEWS | |
parent | e3d15a0d578ae34a09b161b12e603ef1a58e2f68 (diff) | |
download | dbus-7b623b65c65d979a6a2c4d2e0efcfaf7f045f6cc.tar.gz |
dbus-send: Reassure the compiler that secondary_type is initialized
It's initialized to a non-trivial value whenever container_type
is DBUS_TYPE_DICT_ENTRY, and subsequently only used if
container_type is DBUS_TYPE_DICT_ENTRY, but Debian's gcc 7.2.0-7
doesn't seem to be able to infer that any more, causing build failure
under -Werror=maybe-uninitialized.
Signed-off-by: Simon McVittie <smcv@collabora.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=102979
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions