[Home]

Summary:ASTERISK-03534: [patch] - remove unused variables in GSM source
Reporter:drmac (drmac)Labels:
Date Opened:2005-02-17 16:58:45.000-0600Date Closed:2011-06-07 14:10:19
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/CodecInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) unused_variables.patch
Description:I don't like to see warnings when I compile stuff. patch removes some unused variables reported by compiler.

****** ADDITIONAL INFORMATION ******

there were also some undefined prototypes but I haven't gotten around to that yet.
Comments:By: Brian West (bkw918) 2005-02-17 17:05:25.000-0600

NAUGHTY NAUGHTY  thats wrong... these are used if you compile the src a diffrent way.

http://asterisk.bkw.org/gsm.diff  ( this is still not totally right older gcc would barf on it )

That is more proper check code.c

bkw

edited on: 02-17-05 17:05

edited on: 02-17-05 17:06

By: Mark Spencer (markster) 2005-02-17 17:12:21.000-0600

These bugs are used when k6 optimization is not used.