# HG changeset patch # User Mark Doliner # Date 1123467717 0 # Node ID d5aa331fe940ecb49a67b08b1ce8b4703147be6a # Parent f8fed1f48ca3dac904829974a96a2dcf06492fe9 [gaim-migrate @ 13330] Some compile warning fixes. It's very possible the perl warnings were caused by some of my changes to the core last week diff -r f8fed1f48ca3 -r d5aa331fe940 plugins/perl/common/Cipher.xs --- a/plugins/perl/common/Cipher.xs Mon Aug 08 02:18:16 2005 +0000 +++ b/plugins/perl/common/Cipher.xs Mon Aug 08 02:21:57 2005 +0000 @@ -111,7 +111,7 @@ gaim_cipher_context_digest_to_str(context, in_len, digest_s, out_len) Gaim::Cipher::Context context size_t in_len - guchar &digest_s + gchar &digest_s size_t &out_len gint diff -r f8fed1f48ca3 -r d5aa331fe940 plugins/perl/common/FT.xs --- a/plugins/perl/common/FT.xs Mon Aug 08 02:18:16 2005 +0000 +++ b/plugins/perl/common/FT.xs Mon Aug 08 02:21:57 2005 +0000 @@ -90,7 +90,7 @@ ssize_t gaim_xfer_read(xfer, buffer) Gaim::Xfer xfer - char **buffer + guchar **buffer