--- a/libpurple/protocols/oscar/util.c Wed Nov 12 19:15:24 2014 -0500 +++ b/libpurple/protocols/oscar/util.c Thu Nov 13 00:56:55 2014 -0500 @@ -62,7 +62,7 @@ N_("Queue full"), N_("Not while on AOL") }; -static const int msgerrreasonlen = G_N_ELEMENTS(msgerrreason); +static const gsize msgerrreasonlen = G_N_ELEMENTS(msgerrreason); const char *oscar_get_msgerr_reason(size_t reason) {