After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 739220 - Remove various unused value assignments
Remove various unused value assignments
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other All
: Normal trivial
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-26 18:13 UTC by Philip Withnall
Modified: 2014-10-27 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove various unused value assignments (3.38 KB, patch)
2014-10-26 18:15 UTC, Philip Withnall
none Details | Review

Description Philip Withnall 2014-10-26 18:13:11 UTC
Trivial patch coming.
Comment 1 Philip Withnall 2014-10-26 18:15:34 UTC
Created attachment 289374 [details] [review]
Remove various unused value assignments
Comment 2 Daniel Veillard 2014-10-27 13:27:11 UTC
Okay looks fine but I'm dropping the change to testapi.c as it is generated
code. I'm surprized that specific function there is a complain about an
unused return value and not in other functions with the same signature
as the generated code ought to be similar...

 But I commited the other parts, looking good:

  https://git.gnome.org/browse/libxml2/commit/?id=579410427fa11725ca411e45d3ac57db92586ac2

  thanks !

Daniel