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/rxqueue.c

    r5dc7f90 rd18db32f  
    388388         */
    389389        if (aimbs_get8(&flaphdr) != 0x2a) {
    390                 guint8 start;
    391 
    392390                aim_bstream_rewind(&flaphdr);
    393                 start = aimbs_get8(&flaphdr);
     391                aimbs_get8(&flaphdr);
    394392                imcb_error(sess->aux_data, "FLAP framing disrupted");
    395393                aim_conn_close(conn);
Note: See TracChangeset for help on using the changeset viewer.