[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Log for attempted build of webkit2gtk_2.6.2+dfsg1-4 on m68k (dist=unstable)



On Thu, Apr 23, 2015 at 10:23:59PM +0200, Andreas Schwab wrote:

> This patch works for me.

Thanks for the patch, I can include it in the next release (from the
2.8 series).

> --- webkitgtk-2.8.0.orig/Source/WebCore/css/RuleSet.h
> +++ webkitgtk-2.8.0/Source/WebCore/css/RuleSet.h
> @@ -141,7 +141,7 @@ struct SameSizeAsRuleData {
>      unsigned d[4];
>  };
>  
> -COMPILE_ASSERT(sizeof(RuleData) == sizeof(SameSizeAsRuleData), RuleData_should_stay_small);
> +COMPILE_ASSERT(sizeof(RuleData) <= sizeof(SameSizeAsRuleData), RuleData_should_stay_small);

Can you summarize very briefly why these changes to COMPILE_ASSERT are
only needed in this architecture?

Berto


Reply to: