Closed
Bug 1256509
Opened 9 years ago
Closed 9 years ago
icu\source\common\unicode/ucasemap.h(93): warning C4577: 'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: gps, Assigned: gps)
References
Details
Attachments
(1 file)
We're seeing this warning turned into an error when building layout/forms unified sources 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. So hopefully
this patch never lands because someone insists of fixing the underlying
problem instead. But if it does land, hopefully the workaround is
only temporary. That being said, the warning occurs in 3rd party ICU
code. So I'm not sure what my options are for fixing this.
Review commit: https://reviewboard.mozilla.org/r/39913/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/39913/
Attachment #8730474 -
Flags: review?(birunthan)
Comment 2•9 years ago
|
||
Comment on attachment 8730474 [details]
MozReview Request: Bug 1256509 - Disable C4577 to unblock compilation on VS2015; r?poiru
https://reviewboard.mozilla.org/r/39913/#review36493
Attachment #8730474 -
Flags: review?(birunthan) → 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
•