Erik de Castro Lopo wrote:

> In commit 3eb4094b859 I think I have fixed all the cast-align warnings.
>
> I have tested this in amd64/Linux (little endian) and powerpc64/Linux
> (big endian) and it passed all tests (including the new MD5 tests).

About a commit 
http://git.xiph.org/?p=flac.git;a=commitdiff;h=40e817dc526d1d41e900bb0f54d1a4451bda01ed

I think it's more consistent to write

FLAC__int16 s16buffer[FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * 
sizeof(FLAC__int32)/sizeof(FLAC__int16)];

instead of

FLAC__int16 s16buffer[FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * 
sizeof(FLAC__int16)];
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to