mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +00:00
(closes issue #10679)
Reported by: andrew Build under dev mode when K6OPTS is enabled. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -35,9 +35,12 @@ static void Autocorrelation P2((s, L_ACF),
|
||||
* be scaled in order to avoid an overflow situation.
|
||||
*/
|
||||
{
|
||||
#ifndef K6OPT
|
||||
register int k, i;
|
||||
word temp;
|
||||
#endif
|
||||
|
||||
word temp, smax, scalauto;
|
||||
word smax, scalauto;
|
||||
|
||||
#ifdef USE_FLOAT_MUL
|
||||
float float_s[160];
|
||||
|
Reference in New Issue
Block a user