[Home]

Summary:ASTERISK-05323: [patch] GSM - Remove unused variables
Reporter:Curt Moore (jcmoore)Labels:
Date Opened:2005-10-19 01:53:28Date Closed:2011-06-07 14:10:15
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/CodecInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) gsm_unused_vars.txt
Description:gcc-3.4.3 complains about a few unused variables in various GSM source files.  This patch removes the unused variables in the following files:
codecs/gsm/src/preprocess.c
codecs/gsm/src/short_term.c
Comments:By: Russell Bryant (russell) 2005-10-21 13:42:19

Some warnings from the gsm code are to be expected.  They have to do with optional optimizations.