Closed
Bug 1487126
Opened 6 years ago
Closed 6 years ago
updatecommon.cpp compilation fails on MinGW because 3-argument wcstok cannot be found
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
mozilla63
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
mhowell
:
review+
RyanVM
:
approval-mozilla-esr60+
|
Details |
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
the Mingw Clang build failed because a 3-argument form of wcstok could not
be found, despite it apparently being part of the C++ standard. Multiple
forms of header files were tried.
By comparison, wcstok_s is already used (e.g. widget/windows/WinUtils.cpp)
and does the correct thing. So change the functions over to that one.
Comment 2•6 years ago
|
||
Comment on attachment 9004931 [details]
Bug 1487126 Change uses of 3-argument wcstok to wcstok_s r=mhowell
Matt Howell [:mhowell] has approved the revision.
Attachment #9004931 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/59227967b5b5
Change uses of 3-argument wcstok to wcstok_s r=mhowell
Keywords: checkin-needed
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Comment on attachment 9004931 [details]
Bug 1487126 Change uses of 3-argument wcstok to wcstok_s r=mhowell
MingW bustage fix from bug 1481907. Approved for ESR 60.2.
Attachment #9004931 -
Flags: approval-mozilla-esr60+
Comment 6•6 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•