Ignore:
Timestamp:
Mar 27, 2015 6:17:27 AM (9 years ago)
Author:
nanang
Message:

Re #1828: Fixed misc compile warnings (on iOS).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua2/media.cpp

    r5006 r5035  
    10111011: winId(win_id) 
    10121012{ 
     1013#if !PJSUA_HAS_VIDEO 
     1014    /* Suppress warning of unused field when video is disabled */ 
     1015    PJ_UNUSED_ARG(winId); 
     1016#endif 
    10131017} 
    10141018 
Note: See TracChangeset for help on using the changeset viewer.