GNOME Bugzilla – Bug 306169
toolbar-editor gcc 4.0 vs libxml2 warning fixes
Last modified: 2005-06-01 17:23:40 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.
Created attachment 47105 [details] [review] Fix warnings
Committed to libegg and Epiphany (HEAD and gnome-2-10), and advised galeon and evince developers of the update. Thanks for the patch!