[Webkit-unassigned] [Bug 157890] New: [ARM] Remove redefined macro after r200606
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 19 05:02:37 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157890
Bug ID: 157890
Summary: [ARM] Remove redefined macro after r200606
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ossy at webkit.org
CC: fpizlo at apple.com, mark.lam at apple.com
Blocks: 108645, 151793
http://trac.webkit.org/changeset/200606 caused the following build failure:
../../Source/JavaScriptCore/bytecode/PolymorphicAccess.cpp:54:0: error: "EABI_32BIT_DUMMY_ARG" redefined [-Werror]
#define EABI_32BIT_DUMMY_ARG CCallHelpers::TrustedImm32(0),
^
In file included from ../../Source/JavaScriptCore/bytecode/PolymorphicAccess.cpp:32:0:
../../Source/JavaScriptCore/jit/CCallHelpers.h:47:0: note: this is the location of the previous definition
#define EABI_32BIT_DUMMY_ARG TrustedImm32(0),
^
cc1plus: all warnings being treated as errors
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160519/101783a9/attachment.html>
More information about the webkit-unassigned
mailing list