Closed
Bug 1577065
Opened 5 years ago
Closed 5 years ago
AtomicsObject.cpp contains an implicit integer-to-float conversion that changes value, triggering a warning in new-enough clang
Categories
(Core :: JavaScript: Standard Library, task)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: Waldo, Assigned: Waldo)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jwalden@mit.edu:
https://hg.mozilla.org/integration/autoland/rev/fb03ac72bc47
Fix an implicit-conversion-changes-value warning with new-enough clang in AtomicsObject.cpp by explicitly converting. r=lth
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•