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 141962 - Fixes for compiler warnings, and possibly a bug
Fixes for compiler warnings, and possibly a bug
Status: RESOLVED FIXED
Product: gtkhtml2
Classification: Deprecated
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: padraig.obriain
padraig.obriain
Depends on:
Blocks:
 
 
Reported: 2004-05-05 21:42 UTC by David Malcolm
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Malcolm 2004-05-05 21:42:27 UTC
Three compiler warnings are reported in:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=114370

There's a patch there for these problems which hopefully can be applied
upstream; however, the missing initialisation in
a11y/htmlboxblocktextaccessible.c looks like it might be a genuine bug, and
might need a smarter initialisation value than zero; I'm not familiar with this
code.
Comment 1 padraig.obriain 2004-05-06 07:56:59 UTC
Patch committed to CVS HEAD and gnome-2-4 branch.

Note the errror in the suggested patch for html_box_text_get_text.