Closed
Bug 1577583
Opened 5 years ago
Closed 5 years ago
turn off `-Wno-register` for cairo C++ code
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
..since C++17 technically doesn't permit this.
![]() |
Assignee | |
Comment 1•5 years ago
|
||
register
isn't allowed in C++17, but cairo is too old to care.
Updated•5 years ago
|
Attachment #9089204 -
Attachment description: Bug 1577583 - turn off `-Wregister` for cairo code; r=#build → Bug 1577583 - use __builtin_popcount in cairo for clang; r=lsalzman
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/89dc428d24ca
use __builtin_popcount in cairo for clang; r=lsalzman
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•