Ignore:
Timestamp:
Aug 1, 2017 7:49:34 AM (7 years ago)
Author:
nanang
Message:

Misc (re #1994): Fixed compile warnings on MSVC 2005 & 2015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/encdec.c

    r5253 r5635  
    177177        } 
    178178         
    179         bitstream_size += frm_bit.size; 
     179        bitstream_size += (unsigned)frm_bit.size; 
    180180 
    181181        /* Parse the bitstream (not really necessary for this case 
Note: See TracChangeset for help on using the changeset viewer.