Mercurial > pidgin
changeset 23641: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 | 3d7177f19f17 |
files | libpurple/protocols/qq/qq_process.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq_process.c Sun Aug 03 05:13:29 2008 +0000 +++ b/libpurple/protocols/qq/qq_process.c Mon Aug 04 07:00:37 2008 +0000 @@ -171,7 +171,6 @@ void qq_proc_cmd_reply(PurpleConnection *gc, guint16 cmd, guint16 seq, guint8 *data, gint data_len) { - gboolean ret_bool = FALSE; guint8 ret_8 = 0; guint16 ret_16 = 0; guint32 ret_32 = 0;