Ignore:
Timestamp:
Dec 18, 2008 4:48:43 PM (15 years ago)
Author:
bennylp
Message:

Fixed minor gcc compilation warnings

File:
1 edited

Legend:

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

    r2212 r2385  
    420420        unsigned c; 
    421421 
    422         buf = pj_pool_alloc(pool, sizeof(ref_signal)*channel_count); 
     422        buf = (pj_int16_t*) 
     423              pj_pool_alloc(pool, sizeof(ref_signal)*channel_count); 
    423424        for (c=0; c<channel_count; ++c) { 
    424425            unsigned i; 
Note: See TracChangeset for help on using the changeset viewer.