Closed
Bug 691801
Opened 12 years ago
Closed 11 years ago
nsPluginNativeWindowWin.cpp: 'return' : truncation from 'nsresult' to 'bool'
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla13
People
(Reporter: jimm, Assigned: jimm)
Details
Attachments
(1 file)
2.10 KB,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/dom/plugins/base/nsPluginNativeWindowWin.cpp#178 e:/builds/moz2_slave/try-w32/build/dom/plugins/base/nsPluginNativeWindowWin.cpp(181) : warning C4305: 'return' : truncation from 'nsresult' to 'bool' e:/builds/moz2_slave/try-w32/build/dom/plugins/base/nsPluginNativeWindowWin.cpp(182) : warning C4305: 'return' : truncation from 'nsresult' to 'bool' Poking through a build dump on another bug and noticed these.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Cleans up these warnings plus some others.
Attachment #590253 -
Flags: review?
![]() |
Assignee | |
Updated•11 years ago
|
Attachment #590253 -
Flags: review? → review?(joshmoz)
Attachment #590253 -
Flags: review?(joshmoz) → review+
![]() |
Assignee | |
Comment 2•11 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/874062cc7df7
Comment 3•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/874062cc7df7
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Updated•9 months ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•