mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 17:41:53 +00:00
comment out unused variable to satisfy build when compiling under core CFLAGS with warnings as errors
This commit is contained in:
parent
d91f67d0e3
commit
5f57f43a8c
@ -165,10 +165,10 @@ SPAN_DECLARE(int) plc_fillin(plc_state_t *s, int16_t amp[], int len)
|
|||||||
float old_weight;
|
float old_weight;
|
||||||
float new_weight;
|
float new_weight;
|
||||||
float gain;
|
float gain;
|
||||||
int16_t *orig_amp;
|
//int16_t *orig_amp;
|
||||||
int orig_len;
|
int orig_len;
|
||||||
|
|
||||||
orig_amp = amp;
|
//orig_amp = amp;
|
||||||
orig_len = len;
|
orig_len = len;
|
||||||
if (s->missing_samples == 0)
|
if (s->missing_samples == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user