guchar -> gchar?

Lutz Müller <[email protected]> Wed, 03 Aug 2005 00:01:09 +0200
Newsgroups gmane.comp.gnome.print
Message-ID <1123020070.7954.8.camel@localhost>
Hello!

Latest gcc produces lots of warnings like:

gnome-print.c:738: warning: pointer targets in passing argument 1 of 'str=
len' differ in signedness

the reason being gcc complaining about using unsigned char for standard s=
trings instead of char.

Would it generate any problems elsewhere (compatiblity?) if we just
changed the API from guchar* to gchar* for standard strings in a couple
of places (namely gnome-print.h and gnome-print-config.h)?

Regards
--=20
Lutz M=FCller <[email protected]>