Changeset 5835


Ignore:
Timestamp:
Jul 23, 2018 10:08:53 AM (6 years ago)
Author:
nanang
Message:

Re #2129: Fixed compile warning on iOS of 'unused function grp_lock_dec_ref_dump()' when PJ_GRP_LOCK_DEBUG is not set.

File:
1 edited

Legend:

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

    r5829 r5835  
    560560} 
    561561 
     562#if PJ_GRP_LOCK_DEBUG 
    562563static pj_status_t grp_lock_dec_ref_dump(pj_grp_lock_t *glock) 
    563564{ 
     
    574575} 
    575576 
    576 #if PJ_GRP_LOCK_DEBUG 
    577577PJ_DEF(pj_status_t) pj_grp_lock_add_ref_dbg(pj_grp_lock_t *glock, 
    578578                                            const char *file, 
Note: See TracChangeset for help on using the changeset viewer.