[Webkit-unassigned] [Bug 60690] Avoid increasing required alignment of target type warning on ARM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 12:31:06 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60690





--- Comment #15 from Loïc Yhuel <loic.yhuel_ext at softathome.com>  2011-08-05 12:31:05 PST ---
I applied the patch for my SH4 build, and there are errors on debug build due to the WriteBarrier.h change.

In Source/JavaScriptCore/runtime/ScopeChain.h :
Source/JavaScriptCore/wtf/StdLibExtras.h:68: error: invalid application of ‘__alignof__’ to incomplete type ‘JSC::JSGlobalObject’

Including JSGlobalObject.h produces more errors of the same type, on ObjectPrototype, FunctionPrototype, ...
But adding many includes just to remove warnings is perhaps too much.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list