Explorar el Código

Fixed small warning

Fixed small warning about unused local variable.
Nathan Bowhay hace 10 años
padre
commit
e3dc606623
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Engine/lib/libvorbis/lib/codebook.c

+ 1 - 1
Engine/lib/libvorbis/lib/codebook.c

@@ -450,7 +450,7 @@ long vorbis_book_decodev_set(codebook *book,float *a,oggpack_buffer *b,int n){
       }
     }
   }else{
-    int i,j;
+    int i;
 
     for(i=0;i<n;){
       a[i++]=0.f;