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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 24 09:37:42 PDT 2011


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


Lucas De Marchi <demarchi at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




--- Comment #19 from Lucas De Marchi <demarchi at webkit.org>  2011-09-24 09:37:41 PST ---
(In reply to comment #16)
> (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.

Ok. If Ryuan Choi is not interested in this patch anymore I'll prepare a new one.

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