comparison libpurple/protocols/qq/qq_process.c @ 23686:eba700811832

Get rid of a compile warning: qq_process.c: In function ¡Æqq_proc_cmd_reply¡Ç: qq_process.c:174: warning: unused variable ¡Æret_bool¡Ç
author Mark Doliner <mark@kingant.net>
date Mon, 04 Aug 2008 07:00:37 +0000
parents 58bb7fc244e4
children 5f454b975a99
comparison
equal deleted inserted replaced
23685:58bb7fc244e4 23686:eba700811832
169 } 169 }
170 170
171 void qq_proc_cmd_reply(PurpleConnection *gc, 171 void qq_proc_cmd_reply(PurpleConnection *gc,
172 guint16 cmd, guint16 seq, guint8 *data, gint data_len) 172 guint16 cmd, guint16 seq, guint8 *data, gint data_len)
173 { 173 {
174 gboolean ret_bool = FALSE;
175 guint8 ret_8 = 0; 174 guint8 ret_8 = 0;
176 guint16 ret_16 = 0; 175 guint16 ret_16 = 0;
177 guint32 ret_32 = 0; 176 guint32 ret_32 = 0;
178 gchar *error_msg = NULL; 177 gchar *error_msg = NULL;
179 178