CVSROOT:        /cvs/gnome
Module name:    librsvg
Changes by:     cworth  05/08/02 20:58:05

Modified files:
        .              : ChangeLog rsvg-base.c 

Log message:
2005-08-02  Carl Worth  <[EMAIL PROTECTED]>

* rsvg-base.c: (rsvg_desc_handler_characters),
(rsvg_title_handler_characters),
(rsvg_metadata_handler_characters), (rsvg_characters),

(rsvg_entity_decl), (rsvg_handle_write_impl): Add casts to quiet
gcc4's complaints about "pointer targets differ in
signedness". Not types were changed here, only casts added. The
type disagreement is with glib, string.h, and libxml2 as follows:

g_strndup((char*)ch, len)
strlen((char*name)
entity->name = (xmlChar*)dupname
entity->SystemID = (xmlChar*)g_strdup ((char*)systemId)
etc.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=librsvg&who=cworth&date=explicit&mindate=2005-08-02%2020:57&maxdate=2005-08-02%2020:59

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to