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
diff options
context:
space:
mode:
-rw-r--r--tests/cwrs32-test.c6
1 files changed, 3 insertions, 3 deletions
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)