lvqcl wrote:
> 1) FLAC supports only MSVS 2005 and newer, so (_MSC_VER >= 1400)
> is always true and can be removed.
>
>
> 2) The argument for FLAC__clz_uint32() is of FLAC__uint32 type, so
> FLAC__clz_soft_uint32() should have the same argument type.
>
>
> 3) The patch removes unnecessary par
1) FLAC supports only MSVS 2005 and newer, so (_MSC_VER >= 1400)
is always true and can be removed.
2) The argument for FLAC__clz_uint32() is of FLAC__uint32 type, so
FLAC__clz_soft_uint32() should have the same argument type.
3) The patch removes unnecessary parentheses around 'word' variable