Ignore:
Timestamp:
Jun 13, 2019 3:59:27 AM (5 years ago)
Author:
ming
Message:

Re #2147 (misc): Suppressed warnings of unused function and misused comma

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r6005 r6027  
    533533 * DTMF callback. 
    534534 */ 
     535/* 
    535536static void call_on_dtmf_callback(pjsua_call_id call_id, int dtmf) 
    536537{ 
    537538    PJ_LOG(3,(THIS_FILE, "Incoming DTMF on call %d: %c", call_id, dtmf)); 
    538539} 
     540*/ 
    539541 
    540542static void call_on_dtmf_callback2(pjsua_call_id call_id,  
Note: See TracChangeset for help on using the changeset viewer.