]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
comment out unused variable to satisfy build when compiling under core CFLAGS with...
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 6 Dec 2011 23:55:11 +0000 (17:55 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 6 Dec 2011 23:55:11 +0000 (17:55 -0600)
libs/spandsp/src/plc.c

index fb1cea78be8a2e5eeeb4cc6585f60d09b5b8b7c4..392a7b01a6ba5b6a4b07f40c4d491ddb1bf848c4 100644 (file)
@@ -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)
     {