Ignore:
Timestamp:
Jan 19, 2017 10:31:38 AM (7 years ago)
Author:
riza
Message:

Close #1919: Clear unused-variable warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/auddemo.c

    r3664 r5535  
    297297    PJ_LOG(3,(THIS_FILE, "Recording started, press ENTER to stop")); 
    298298    dummy = fgets(line, sizeof(line), stdin); 
     299    PJ_UNUSED_ARG(dummy); 
    299300 
    300301on_return: 
     
    364365    PJ_LOG(3,(THIS_FILE, "Playback started, press ENTER to stop")); 
    365366    dummy = fgets(line, sizeof(line), stdin); 
     367    PJ_UNUSED_ARG(dummy); 
    366368 
    367369on_return: 
Note: See TracChangeset for help on using the changeset viewer.