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 306169 - toolbar-editor gcc 4.0 vs libxml2 warning fixes
toolbar-editor gcc 4.0 vs libxml2 warning fixes
Status: RESOLVED FIXED
Product: libegg
Classification: Other
Component: toolbar
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Christian Persch
Christian Persch
Depends on:
Blocks:
 
 
Reported: 2005-06-01 17:08 UTC by Martin Kretzschmar
Modified: 2005-06-01 17:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix warnings (7.38 KB, patch)
2005-06-01 17:11 UTC, Martin Kretzschmar
none Details | Review

Description Martin Kretzschmar 2005-06-01 17:08:55 UTC
gcc 4.0 makes a lot of noise if you use gchar where guchar was declared. libxml2
deliberately uses unsigned chars. The following patch fixes the warnings.
Comment 1 Martin Kretzschmar 2005-06-01 17:11:30 UTC
Created attachment 47105 [details] [review]
Fix warnings
Comment 2 Christian Persch 2005-06-01 17:23:40 UTC
Committed to libegg and Epiphany (HEAD and gnome-2-10), and advised galeon and
evince developers of the update. Thanks for the patch!