Ignore:
Timestamp:
Mar 4, 2013 4:34:38 AM (11 years ago)
Author:
nanang
Message:

Misc (re #1559): fixed compile errors/warnings on Symbian platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_info.c

    r3553 r4411  
    243243            si.os_name = pj_str("Unknown"); 
    244244        } 
     245         
     246        /* Avoid compile warning on Symbian. */ 
     247        goto get_sdk_info; 
    245248    } 
    246249#endif 
Note: See TracChangeset for help on using the changeset viewer.