Mercurial > pidgin
changeset 5306:ce07077982c4
[gaim-migrate @ 5678]
Get rid of some silly compile warnings. Whoops.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 06 May 2003 00:11:27 +0000 |
parents | d2732160850b |
children | 8ecf4de21db8 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Tue May 06 00:11:23 2003 +0000 +++ b/src/protocols/oscar/oscar.c Tue May 06 00:11:27 2003 +0000 @@ -289,6 +289,9 @@ /* for icons */ static gboolean gaim_icon_timerfunc(gpointer data); +/* prpl actions - remove this at some point */ +static void oscar_set_info(struct gaim_connection *gc, char *text); + int ill_just_write_my_own_damn_round_function(double val) { if ((val - (int)val) > 0.5) return val+1; @@ -3734,13 +3737,10 @@ static int gaim_parse_locaterights(aim_session_t *sess, aim_frame_t *fr, ...) { - va_list ap; - fu16_t maxsiglen; struct gaim_connection *gc = sess->aux_data; struct oscar_data *od = (struct oscar_data *)gc->proto_data; - char *unicode; - int unicode_len; - fu32_t flags; + va_list ap; + fu16_t maxsiglen; va_start(ap, fr); maxsiglen = (fu16_t) va_arg(ap, int); @@ -4339,7 +4339,6 @@ maiden, NULL, NULL, city, state, NULL, 0, web); } - static void oscar_set_idle(struct gaim_connection *gc, int time) { struct oscar_data *od = (struct oscar_data *)gc->proto_data; aim_bos_setidle(od->sess, od->conn, time);