Closed
Bug 670912
Opened 13 years ago
Closed 13 years ago
nptest_windows.cpp fails to compile on mingw-w64
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla8
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
949 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
I get following error:
nptest_windows.cpp:511:42: error: narrowing conversion of 'uMsg' from 'UINT' to 'uint16_t' inside { }
An explicit cast fixes the problem.
Attachment #545368 -
Flags: review?(benjamin)
Updated•13 years ago
|
Attachment #545368 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Whiteboard: [inbound]
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•