Ignore:
Timestamp:
Mar 5, 2013 3:12:32 AM (11 years ago)
Author:
riza
Message:

Misc (re #1559): fixed compile errors/warnings on MSVC

File:
1 edited

Legend:

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

    r4411 r4412  
    710710    PJ_LOG(4,(THIS_FILE, "Group lock %p, ref_cnt=%d. Reference holders: %s", 
    711711               grp_lock, pj_grp_lock_get_ref(grp_lock), info.ptr)); 
     712#else 
     713    PJ_UNUSED_ARG(grp_lock); 
    712714#endif 
    713715} 
Note: See TracChangeset for help on using the changeset viewer.