Ignore:
Timestamp:
Jan 19, 2017 10:31:38 AM (7 years ago)
Author:
riza
Message:

Close #1919: Clear unused-variable warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r5495 r5535  
    33173317        /* Verify that media must be active. */ 
    33183318        pj_assert(loc_m->desc.port && rem_m->desc.port); 
     3319        PJ_UNUSED_ARG(loc_m); 
    33193320 
    33203321        /* Count the formats in the answer. */ 
Note: See TracChangeset for help on using the changeset viewer.