From: Anthony Minessale Date: Tue, 6 Dec 2011 23:55:11 +0000 (-0600) Subject: comment out unused variable to satisfy build when compiling under core CFLAGS with... X-Git-Tag: v1.2-rc1~27^2~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f57f43a8c62ecbce253140637c854aba126043c;p=thirdparty%2Ffreeswitch.git comment out unused variable to satisfy build when compiling under core CFLAGS with warnings as errors --- diff --git a/libs/spandsp/src/plc.c b/libs/spandsp/src/plc.c index fb1cea78be..392a7b01a6 100644 --- a/libs/spandsp/src/plc.c +++ b/libs/spandsp/src/plc.c @@ -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) {