Ignore:
Timestamp:
Oct 21, 2013 6:37:30 AM (11 years ago)
Author:
ming
Message:

Re #1630 (misc):
Fixed compiler warnings. Thanks to Mark Michelson for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/test/test.c

    r3893 r4624  
    4848 */ 
    4949#if PJMEDIA_HAS_G711_CODEC==0 
    50 int dummy() 
     50void *dummy() 
    5151{ 
    5252    // Dummy 
    53     return (int) &pjmedia_plc_save; 
     53    return &pjmedia_plc_save; 
    5454} 
    5555#endif 
Note: See TracChangeset for help on using the changeset viewer.