Ignore:
Timestamp:
May 27, 2019 3:01:08 PM (5 years ago)
Author:
riza
Message:

Re #2147 (misc): Fix various compilation warnings on VS2015.

File:
1 edited

Legend:

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

    r6008 r6009  
    915915                call_med->strm.a.stream) 
    916916            { 
    917                 OnStreamDestroyedParam prm; 
    918                 prm.stream = call_med->strm.a.stream; 
    919                 prm.streamIdx = mi; 
    920      
    921                 onStreamDestroyed(prm);          
     917                OnStreamDestroyedParam strm_prm; 
     918                strm_prm.stream = call_med->strm.a.stream; 
     919                strm_prm.streamIdx = mi; 
     920     
     921                onStreamDestroyed(strm_prm);             
    922922            } 
    923923        } 
Note: See TracChangeset for help on using the changeset viewer.