Skip to content
Snippets Groups Projects
Commit 61832f16 authored by Gregory Maxwell's avatar Gregory Maxwell
Browse files

Miscellaneous compiler warning cleanups.

parent b3369d07
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,8 @@ void alg_quant(celt_norm_t *X, celt_mask_t *W, int N, int K, celt_norm_t *P, ec_
/* Do a pre-search by projecting on the pyramid */
if (K > (N>>1))
{
celt_word32_t sum=0;
celt_word16_t rcp;
sum=0;
j=0; do {
sum += X[j];
} while (++j<N);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment