On Wed, Nov 14, 2007 at 02:49:33PM -0500, Andy Dougherty wrote: > 130 cast increases required alignment of target type
That warning is unlikely to show up on anything x86 isn't it? > 65 dereferencing type-punned pointer will break strict-aliasing rules Whilst I believe I know a lot about C, pointer aliasing rules are the big thing I still don't feel confident about. I've very rarely seen them covered. Is there a good explanation anywhere online? Nicholas Clark