2006-01-03 11:31:07

by Jan Blunck

[permalink] [raw]
Subject: [PATCH 2/3] Remove unnecessary __attribute__ ((packed))

Remove the unnecessary __attribute__ ((packed)) since the enum itself is
packed and not the location of it in the structure.

Signed-off-by: Jan Blunck <[email protected]>


Attachments:
(No filename) (170.00 B)
afs-eliminate-packed-warnings.diff (930.00 B)
Download all attachments

2006-01-03 14:23:19

by David Howells

[permalink] [raw]
Subject: Re: [PATCH 2/3] Remove unnecessary __attribute__ ((packed))


Jan Blunck <[email protected]> wrote:

> Remove the unnecessary __attribute__ ((packed)) since the enum itself is
> packed and not the location of it in the structure.

Fair enough.

David