提交 5f57f43a authored 作者: Anthony Minessale's avatar Anthony Minessale

comment out unused variable to satisfy build when compiling under core CFLAGS…

comment out unused variable to satisfy build when compiling under core CFLAGS with warnings as errors
上级 d91f67d0
......@@ -165,10 +165,10 @@ SPAN_DECLARE(int) plc_fillin(plc_state_t *s, int16_t amp[], int len)
float old_weight;
float new_weight;
float gain;
int16_t *orig_amp;
//int16_t *orig_amp;
int orig_len;
orig_amp = amp;
//orig_amp = amp;
orig_len = len;
if (s->missing_samples == 0)
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论