Closed
Bug 695243
Opened 12 years ago
Closed 12 years ago
Bug 692759 broke clang builds
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla10
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
(Keywords: regression)
Attachments
(1 file)
980 bytes,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
/Users/ehsanakhgari/moz/tmp/dom/plugins/ipc/PluginInstanceChild.cpp:477:32: error: non-constant-expression cannot be narrowed from type 'uint32_t' (aka 'unsigned int') to 'uint16_t' (aka 'unsigned short') in initializer list NPRect windowRect = {0, 0, mWindow.height, mWindow.width}; ^~~~~~~~~~~~~~ /Users/ehsanakhgari/moz/tmp/dom/plugins/ipc/PluginInstanceChild.cpp:477:32: note: override this message by inserting an explicit cast NPRect windowRect = {0, 0, mWindow.height, mWindow.width}; ^~~~~~~~~~~~~~ static_cast<ui)t16_t>( /Users/ehsanakhgari/moz/tmp/dom/plugins/ipc/PluginInstanceChild.cpp:477:48: error: non-constant-expression cannot be narrowed from type 'uint32_t' (aka 'unsigned int') to 'uint16_t' (aka 'unsigned short') in initializer list NPRect windowRect = {0, 0, mWindow.height, mWindow.width}; ^~~~~~~~~~~~~ /Users/ehsanakhgari/moz/tmp/dom/plugins/ipc/PluginInstanceChild.cpp:477:48: note: override this message by inserting an explicit cast NPRect windowRect = {0, 0, mWindow.height, mWindow.width}; ^~~~~~~~~~~~~ static_cast<u)nt16_t>(
Assignee | ||
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Attachment #567649 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 2•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0485355df13d
Target Milestone: --- → mozilla10
Comment 3•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0485355df13d
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•1 year ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•