[Webkit-unassigned] [Bug 157889] New: [ARM] Fix the Wcast-align warning in LinkBuffer.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 19 04:54:56 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157889
Bug ID: 157889
Summary: [ARM] Fix the Wcast-align warning in LinkBuffer.cpp
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
Blocks: 108645
./../Source/JavaScriptCore/assembler/LinkBuffer.cpp: In function 'void JSC::recordLinkOffsets(JSC::AssemblerData&, int32_t, int32_t, int32_t)':
../../Source/JavaScriptCore/assembler/LinkBuffer.cpp:93:73: error: cast from 'char*' to 'int32_t* {aka int*}' increases required alignment of target type [-Werror=cast-align]
int32_t* offsets = reinterpret_cast<int32_t*>(assemblerData.buffer());
^
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/cfbb9930/attachment.html>
More information about the webkit-unassigned
mailing list