Ignore:
Timestamp:
Jan 21, 2007 5:53:39 PM (17 years ago)
Author:
bennylp
Message:

Fixed gcc warnings, especially about dereferencing type-punned pointer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test-pjsip/msg_test.c

    r624 r893  
    113113static pj_status_t test_entry( pj_pool_t *pool, struct test_msg *entry ) 
    114114{ 
    115     pjsip_msg *parsed_msg, *ref_msg; 
     115    pjsip_msg *parsed_msg, *ref_msg = NULL; 
    116116    static pjsip_msg *print_msg; 
    117117    pj_status_t status = PJ_SUCCESS; 
Note: See TracChangeset for help on using the changeset viewer.