From 9925366a2bd61f44e306493d389e2b86d1505c4f Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Tue, 27 Sep 2011 23:30:18 -0400 Subject: Silence the remaining silk/ GCC warnings. --- silk/decode_frame.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'silk/decode_frame.c') diff --git a/silk/decode_frame.c b/silk/decode_frame.c index 413ff832..24786174 100644 --- a/silk/decode_frame.c +++ b/silk/decode_frame.c @@ -93,7 +93,7 @@ TOC(decode_core) /********************************************************/ /* Update PLC state */ /********************************************************/ - silk_PLC( psDec, &sDecCtrl, pOut, L, 0 ); + silk_PLC( psDec, &sDecCtrl, pOut, 0 ); psDec->lossCnt = 0; psDec->prevSignalType = psDec->indices.signalType; @@ -103,7 +103,7 @@ TOC(decode_core) psDec->first_frame_after_reset = 0; } else { /* Handle packet loss by extrapolation */ - silk_PLC( psDec, &sDecCtrl, pOut, L, 1 ); + silk_PLC( psDec, &sDecCtrl, pOut, 1 ); } /*************************/ -- cgit v1.2.3