[gaim-migrate @ 13330]

Mon, 08 Aug 2005 02:21:57 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 08 Aug 2005 02:21:57 +0000
changeset 11202
d5aa331fe940
parent 11201
f8fed1f48ca3
child 11203
b0710c7f7c32

[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

plugins/perl/common/Cipher.xs file | annotate | diff | comparison | revisions
plugins/perl/common/FT.xs file | annotate | diff | comparison | revisions
plugins/perl/common/typemap file | annotate | diff | comparison | revisions
src/protocols/gg/libgg.c file | annotate | diff | comparison | revisions
src/protocols/gg/libgg.h file | annotate | diff | comparison | revisions
--- 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 
--- 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 @@