Closed
Bug 1394013
Opened 8 years ago
Closed 8 years ago
Warnings converting from string constant to wchar_t*
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
Details
(Whiteboard: [tor])
Attachments
(1 file)
In several places we use L"" to represent an empty string and pass it to function argument expecting a pointer. This is invalid.
Comment hidden (mozreview-request) |
![]() |
||
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8901356 [details]
Bug 1394013 Fix forbidden string constant assignment
https://reviewboard.mozilla.org/r/172816/#review178198
Attachment #8901356 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2b7ede324ce2
Fix forbidden string constant assignment r=froydnj
Keywords: checkin-needed
![]() |
||
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•