On Wednesday 16 August 2006 07:20, Stephen Rothwell wrote:
gcc 4.1 produces some warnings that it is ignoring the packed attribute
on some structure elements, so just remove them.
Wouldn't it be nicer to just specify the packed attribute on the
structure instead of each of the members? My reading of the
gcc documentation is that this is functionally the same, but
it makes the source more readable, aside from avoiding this warning.
Arnd <><