CVSROOT: /cvs/gnome Module name: gnome-applets Changes by: ryanl 05/07/14 03:20:15
Modified files: gweather : ChangeLog gweather-xml.c Log message: 2005-07-14 Ryan Lortie <[EMAIL PROTECTED]> * gweather-xml.c: xmlChar is 'unsigned char' whereas everything else is 'char'. This causes GCC 4 to complain that pointer targets differ in signedness. To combat this, never use xmlChar * for local variables and explicitly cast all strings going in and out of libxml to (xmlChar *) and (char *) respectively. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnome-applets&who=ryanl&date=explicit&mindate=2005-07-14%2003:19&maxdate=2005-07-14%2003:21 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list