Closed
Bug 776898
Opened 13 years ago
Closed 13 years ago
PluginInstanceParent nullptr related build error with vc11
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: jimm, Unassigned)
References
Details
Attachments
(1 file)
817 bytes,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
PluginInstanceParent.cpp
f:\mozilla\firefox\mcvc11-dbg\dist\include\gfxFont.h(2058) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
f:/Mozilla/firefox/mc/dom/plugins/ipc/PluginInstanceParent.cpp(1925) : error C2440: '=' : cannot convert from 'nullptr' to 'uint64_t'
A native nullptr can only be converted to bool or, using reinterpret_cast, to an integral type
make[4]: *** [PluginInstanceParent.obj] Error 2
make[4]: Leaving directory `/F/Mozilla/firefox/MCVC11-DBG/dom/plugins/ipc'
![]() |
Reporter | |
Comment 1•13 years ago
|
||
![]() |
Reporter | |
Updated•13 years ago
|
Attachment #645275 -
Flags: review?(ehsan)
Updated•13 years ago
|
Attachment #645275 -
Flags: review?(ehsan) → review+
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•