Ignore:
Timestamp:
Jun 13, 2008 12:52:56 PM (16 years ago)
Author:
bennylp
Message:

Fixed various compilation warnings with gcc strict compilation

File:
1 edited

Legend:

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

    r1992 r2015  
    309309            pj_create_unique_string(regc->pool, &xuid_param->value); 
    310310 
    311             sip_uri = pjsip_uri_get_uri(hdr->uri); 
     311            sip_uri = (pjsip_sip_uri*) pjsip_uri_get_uri(hdr->uri); 
    312312            pj_list_push_back(&sip_uri->other_param, xuid_param); 
    313313        } 
Note: See TracChangeset for help on using the changeset viewer.