diff mp3lib/decode_i586.c @ 12928:bc760f3f129e

ICC 8.0 compilation fixes
author atmos4
date Mon, 02 Aug 2004 03:35:50 +0000
parents 114f3d149324
children e6b756046bf5
line wrap: on
line diff
--- a/mp3lib/decode_i586.c	Sun Aug 01 20:13:42 2004 +0000
+++ b/mp3lib/decode_i586.c	Mon Aug 02 03:35:50 2004 +0000
@@ -27,9 +27,9 @@
 #include "../mangle.h"
 #define real float /* ugly - but only way */
 
-static long buffs[1088];
+static long buffs[1088]={0};
 static long attribute_used bo=1;
-static long saved_ebp;
+static long saved_ebp=0;
 
 int synth_1to1_pent(real *bandPtr, int channel, short *samples)
 {