Changeset 5035 for pjproject/trunk/pjsip/src/pjsua2/media.cpp
- Timestamp:
- Mar 27, 2015 6:17:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua2/media.cpp
r5006 r5035 1011 1011 : winId(win_id) 1012 1012 { 1013 #if !PJSUA_HAS_VIDEO 1014 /* Suppress warning of unused field when video is disabled */ 1015 PJ_UNUSED_ARG(winId); 1016 #endif 1013 1017 } 1014 1018
Note: See TracChangeset
for help on using the changeset viewer.