Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2008-09-19 19:50:50 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2008-09-19 19:50:50 +0400
commitb4ce40cb5542d4a6d643458411ccba86e13c3b61 (patch)
tree5968227845bae0bdfaf9a15cfe5d1fc147564dec /tests
parentabf5c8ed64b7e59a434ed0f35babe61579242d20 (diff)
Fixing the manual stack handling code
Diffstat (limited to 'tests')
-rw-r--r--tests/cwrs32-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cwrs32-test.c b/tests/cwrs32-test.c
index 6b193e3..9b6aa97 100644
--- a/tests/cwrs32-test.c
+++ b/tests/cwrs32-test.c
@@ -24,7 +24,6 @@ int main(int _argc,char **_argv){
celt_uint32_t u[NMAX>MMAX+2?NMAX:MMAX+2];
int y[NMAX];
celt_uint32_t v;
- int k;
memcpy(u,uu,n*sizeof(*u));
cwrsi32(n,m,i,nc,y,u);
/*printf("%6u of %u:",i,nc);