Closed
Bug 1256490
Opened 9 years ago
Closed 9 years ago
security\sandbox\chromium\base/win/pe_image.h(250): warning C4302: 'reinterpret_cast': truncation from 'LPCSTR' to 'WORD'
Categories
(Core :: Security: Process Sandboxing, defect)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: gps, Assigned: gps)
References
Details
Attachments
(1 file)
We're seeing this compilation warning turned into an error when building with VS2015u1 in automation.
Assignee | ||
Comment 1•9 years ago
|
||
As part of unblocking building with VS2015u1 in automation, I'm mass
disabling compiler warnings that are turned into errors. This is not
the preferred mechanism to fix compilation warnings. But the warning
occurs in third party code, so my hands are tied.
Review commit: https://reviewboard.mozilla.org/r/39875/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/39875/
Attachment #8730451 -
Flags: review?(bobowen.code)
Comment 2•9 years ago
|
||
Comment on attachment 8730451 [details]
MozReview Request: Bug 1256490 - Disable C4302 to unblock compilation on VS2015; r?bobowen
https://reviewboard.mozilla.org/r/39875/#review36591
Attachment #8730451 -
Flags: review?(bobowen.code) → review+
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gps
Status: NEW → ASSIGNED
Comment 4•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•