mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
silence some more compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10877 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -456,7 +456,9 @@ static inline void conv65( wav_byte * c, gsm_byte * d){
|
||||
|
||||
unsigned int sr = 0;
|
||||
unsigned int frame_chain;
|
||||
unsigned int LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4];
|
||||
unsigned int LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4];
|
||||
/* silence bogus compiler warning */
|
||||
unsigned int xmc[13*4] = { 0, };
|
||||
|
||||
sr = *c++;
|
||||
LARc[0] = sr & 0x3f; sr >>= 6;
|
||||
|
||||
Reference in New Issue
Block a user