Ignore:
Timestamp:
Jan 23, 2014 8:09:29 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).

File:
1 edited

Legend:

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

    r4537 r4712  
    127127 
    128128        if (out_frame.size) { 
    129             pj_size_t cnt; 
    130  
    131             cnt = fwrite(out_frame.buf, out_frame.size, 1, output); 
     129            fwrite(out_frame.buf, out_frame.size, 1, output); 
    132130 
    133131            if (encoded_frame_len == 0) 
Note: See TracChangeset for help on using the changeset viewer.