[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:40:16 PDT 2011


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





--- Comment #16 from Oliver Hunt <oliver at apple.com>  2011-08-05 12:40:14 PST ---
(In reply to comment #15)
> 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.

I would just disable that warning.  At least for JavaScriptCore, I have never seen it produce a warning that was actually valid.

-- 
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