Closed
Bug 1499587
Opened Last year
Closed Last year
Many ancient windows API functions and structs take `char*` instead of `const char*` [-Wwritable-strings]
Categories
(Core :: General, enhancement, P2)
Core
General
P2
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
(Keywords: meta)
Attachments
(1 file)
We should be able to const-cast our way to victory over these warnings, with a link back to this bug.
Assignee | ||
Comment 1•Last year
|
||
Pushed by jgilbert@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3c935139d3d8 Fix win64 clang-cl -Wwritable-strings. r=ted
Comment 4•Last year
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3c935139d3d8
Status: NEW → RESOLVED
Closed: Last year
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•