Closed
Bug 1256514
Opened 4 years ago
Closed 4 years ago
intl\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 :: JavaScript: Internationalization API, defect)
Core
JavaScript: Internationalization API
Not set
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: gps, Assigned: gps)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We're seeing this warning turned into an error when building intl/unicharutil with VS2015u1 in automation.
Assignee | ||
Comment 1•4 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/39935/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/39935/
Attachment #8730487 -
Flags: review?(birunthan)
Updated•4 years ago
|
Attachment #8730487 -
Flags: review?(birunthan) → review+
Comment 2•4 years ago
|
||
Comment on attachment 8730487 [details] MozReview Request: Bug 1256514 - Disable C4577 to unblock compilation on VS2015; r?poiru https://reviewboard.mozilla.org/r/39935/#review36489
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → gps
Status: NEW → ASSIGNED
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/27a4c68860fd
Status: ASSIGNED → RESOLVED
Closed: 4 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
•