[xiph-cvs] cvs commit: speex/libspeex filters_sse.h

Jean-Marc Valin jm at xiph.org
Tue Mar 18 17:07:34 PST 2003



jm          03/03/18 20:07:34

  Modified:    libspeex filters_sse.h
  Log:
  gets rid of some warnings

Revision  Changes    Path
1.3       +3 -4      speex/libspeex/filters_sse.h

Index: filters_sse.h
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/filters_sse.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- filters_sse.h	28 Jan 2003 08:48:07 -0000	1.2
+++ filters_sse.h	19 Mar 2003 01:07:34 -0000	1.3
@@ -34,8 +34,7 @@
 {
    float __num[20], __den[20], __mem[20];
    float *num, *den, *mem;
-   int i,j;
-   float xi,yi;
+   int i;
 
    num = (float*)(((int)(__num+4))&0xfffffff0)-1;
    den = (float*)(((int)(__den+4))&0xfffffff0)-1;
@@ -221,8 +220,8 @@
 void iir_mem2(float *x, float *_den, float *y, int N, int ord, float *_mem)
 {
    float  __den[20], __mem[20];
-   float *num, *den, *mem;
-   int i,j;
+   float *den, *mem;
+   int i;
 
    den = (float*)(((int)(__den+4))&0xfffffff0)-1;
    mem = (float*)(((int)(__mem+4))&0xfffffff0)-1;

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list