pidgin/pidgin

Fix warnings that only seem to appear on Jenkins.
release-2.x.y
2014-11-13, Elliott Sales de Andrade
3e9f76ca1f04
Parents a437550a9308
Children 2c1483188cf5
Fix warnings that only seem to appear on Jenkins.
--- a/libpurple/protocols/msn/slplink.c Thu Nov 13 00:56:55 2014 -0500
+++ b/libpurple/protocols/msn/slplink.c Thu Nov 13 01:27:59 2014 -0500
@@ -422,7 +422,7 @@
}
static MsnSlpMessage *
-msn_slplink_message_find(MsnSlpLink *slplink, long session_id, long id)
+msn_slplink_message_find(MsnSlpLink *slplink, guint32 session_id, long id)
{
GList *e;
--- a/libpurple/protocols/myspace/myspace.c Thu Nov 13 00:56:55 2014 -0500
+++ b/libpurple/protocols/myspace/myspace.c Thu Nov 13 01:27:59 2014 -0500
@@ -1040,7 +1040,7 @@
/* TODO: use 'Position' in contact_info to take into account where buddy is */
purple_blist_add_buddy(buddy, NULL, group, NULL /* insertion point */);
- if (strtol(username, NULL, 10) == uid) {
+ if (strtoul(username, NULL, 10) == uid) {
/*
* This user has not set their username! Set their server
* alias to their display name so that we don't see a bunch