Ignore:
Timestamp:
Feb 5, 2020 3:05:30 AM (3 years ago)
Author:
nanang
Message:

Misc (re #2210): Fixed various compile warnings on MSVC2005.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_reg.c

    r6142 r6157  
    4646#define REGC_TSX_TIMEOUT        33000 
    4747 
    48 enum { NOEXP = PJSIP_REGC_EXPIRATION_NOT_SPECIFIED }; 
     48#define NOEXP                   PJSIP_REGC_EXPIRATION_NOT_SPECIFIED 
    4949 
    5050static const pj_str_t XUID_PARAM_NAME = { "x-uid", 5 }; 
Note: See TracChangeset for help on using the changeset viewer.