Ignore:
Timestamp:
2011-12-06T00:53:26Z (12 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
d7edadf
Parents:
5dc7f90
Message:

oscar: unused-but-set-variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/chat.c

    r5dc7f90 rd18db32f  
    384384        char *roomname = NULL;
    385385        struct aim_chat_roominfo roominfo;
    386         guint16 tlvcount = 0;
    387386        aim_tlvlist_t *tlvlist;
    388387        char *roomdesc = NULL;
     
    401400        }
    402401
    403         tlvcount = aimbs_get16(bs);
     402        aimbs_get16(bs); /* tlv count */
    404403
    405404        /*
Note: See TracChangeset for help on using the changeset viewer.