X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Ftagged_items.c;fp=src%2Ftagged_items.c;h=9343e02032444b3ebc1f8d43f4756a4afdcae4a2;hb=94a694bc31f89cec150b23189fb51d0c63d183dc;hp=69eb6404a6a0ffc0547f81feb219d5cf8fa364e6;hpb=422e2b2852bfc326be37fb76346d89caf15fdf4f;p=wimlib diff --git a/src/tagged_items.c b/src/tagged_items.c index 69eb6404..9343e020 100644 --- a/src/tagged_items.c +++ b/src/tagged_items.c @@ -48,7 +48,7 @@ struct tagged_item_header { u8 data[0]; /* then zero-padded to an 8-byte boundary */ -} _aligned_attribute(8); +} __attribute__((aligned(8))); /* * Retrieve from @inode the first metadata item that is tagged with @tag and