chiark / gitweb /
Fix "attribute 'packed' is ignored" warnings when using Clang
authorRichard Yao <ryao@gentoo.org>
Sun, 18 Nov 2012 19:55:10 +0000 (14:55 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 17 Dec 2012 09:43:58 +0000 (10:43 +0100)
Clang 3.1 warned that "attribute 'packed' is ignored". This stems from
placing "__attribute__ ((packed))" at the start of structure
declarations when common practice is to place it at the end.

Signed-off-by: Richard Yao <ryao@gentoo.org>

No differences found