From 227ad2f82d77a91f9965096c3b063fec5dec7db2 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Mon, 3 Mar 2008 10:07:19 +1100 Subject: cwrs32-test should be 16-bit clean now. --- tests/cwrs32-test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/cwrs32-test.c b/tests/cwrs32-test.c index 0ea7e44..5fdd0b7 100644 --- a/tests/cwrs32-test.c +++ b/tests/cwrs32-test.c @@ -13,9 +13,9 @@ int main(int _argc,char **_argv){ for(n=0;n<=NMAX;n++){ int m; for(m=0;m<=MMAX;m++){ - unsigned inc; - unsigned nc; - unsigned i; + celt_uint32_t inc; + celt_uint32_t nc; + celt_uint32_t i; nc=ncwrs(n,m); inc = nc/10000; if (inc<1) -- cgit v1.2.3