Ignore:
Timestamp:
May 2, 2007 11:29:37 AM (17 years ago)
Author:
bennylp
Message:

PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/errno.c

    r1238 r1242  
    7171{ 
    7272    enum { CUT = 6 }; 
    73     pj_status_t rc; 
     73    pj_status_t rc = 0; 
    7474    char errbuf[256]; 
    7575 
    7676    PJ_LOG(3,(THIS_FILE, "...errno test: check the msg carefully")); 
    7777 
     78    PJ_UNUSED_ARG(rc); 
     79     
    7880    /*  
    7981     * Windows platform error.  
Note: See TracChangeset for help on using the changeset viewer.