Changeset 2980


Ignore:
Timestamp:
Nov 3, 2009 12:58:54 PM (14 years ago)
Author:
nanang
Message:

Ticket #984: Minor fix of compile warning of unused arg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/activesock.c

    r2979 r2980  
    719719    struct accept_op *accept_op = (struct accept_op*) op_key; 
    720720 
     721    PJ_UNUSED_ARG(new_sock); 
     722 
    721723    do { 
    722724        if (status==PJ_SUCCESS && asock->cb.on_accept_complete) { 
Note: See TracChangeset for help on using the changeset viewer.