Ignore:
Timestamp:
Aug 11, 2010 6:03:47 AM (14 years ago)
Author:
bennylp
Message:

Misc (re #1068): fixed various compilation warnings with Visual Studio 6 and 2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transaction.c

    r3203 r3262  
    18621862                                   const pjsip_transport_state_info *info) 
    18631863{ 
     1864    PJ_UNUSED_ARG(tp); 
     1865 
    18641866    if (state == PJSIP_TP_STATE_DISCONNECTED) { 
    18651867        pjsip_transaction *tsx; 
Note: See TracChangeset for help on using the changeset viewer.