From d2ea50ba7e444670939390106f4802288566da3a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 1 Apr 2011 20:55:09 +0000 Subject: Use _ALIGNED to stop gcc complaining about casts increasing alignment requirements on ARM platforms svn path=/trunk/libcss/; revision=12149 --- src/stylesheet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheet.h b/src/stylesheet.h index 6333d76..0dbc487 100644 --- a/src/stylesheet.h +++ b/src/stylesheet.h @@ -120,7 +120,7 @@ struct css_rule { index : 16, /**< index in sheet */ items : 8, /**< # items in rule */ ptype : 1; /**< css_rule_parent_type */ -}; +} _ALIGNED; typedef struct css_rule_selector { css_rule base; -- cgit v1.2.3