X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.c;h=69a982ef5a3aff20a10fcebe468a1af5efd33ba4;hp=d26fe233a85d062f839615e12f04367b582a2d85;hb=3b0a8fdb191309652e71e104a8f3705d55a93d3e;hpb=d31995b3074bb19aa4da66ce5c4774ca9ed101a1 diff --git a/compress_filter.c b/compress_filter.c index d26fe233..69a982ef 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -49,7 +49,7 @@ static int compress_post_select(__a_unused struct sched *s, void *context) int16_t *ip, *op; uint32_t inertia = U32_OPTVAL(INERTIA, fn->lpr); unsigned gain_shift = inertia + U32_OPTVAL(DAMP, fn->lpr), - mask = (1 << U32_OPTVAL(BLOCKSIZE, fn->lpr)) - 1; + mask = (1U << U32_OPTVAL(BLOCKSIZE, fn->lpr)) - 1U; //inplace = false; next_buffer: ret = btr_node_status(btrn, fn->min_iqs, BTR_NT_INTERNAL);