# HG changeset patch # User Mark Doliner # Date 1052179887 0 # Node ID ce07077982c4d4d1fd024913e231062e9ae9ed84 # Parent d2732160850b734bb9b84b24f9626701f2adfe09 [gaim-migrate @ 5678] Get rid of some silly compile warnings. Whoops. committer: Tailor Script diff -r d2732160850b -r ce07077982c4 src/protocols/oscar/oscar.c --- 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);