Ignore:
Timestamp:
Mar 7, 2013 6:04:43 AM (11 years ago)
Author:
nanang
Message:

Misc (re #1634): fixed compile warnings on Symbian platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjlib/src/pj/os_info.c

    r3553 r4427  
    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.