Closed
Bug 693114
Opened 14 years ago
Closed 14 years ago
warnings-as-errors - jsapi.cpp(696) : warning C4355: 'this' : used in base member initializer list
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: philor, Unassigned)
Details
We managed to have two green pushes of Windows warnings-as-errors builds, before https://hg.mozilla.org/integration/mozilla-inbound/rev/5e51a2a6ef4f gave us
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1317924698.1317924942.7381.gz
jsapi.cpp
e:/builds/moz2_slave/m-in-w32-spidermonkey-warnaserr/src/js/src/jsapi.cpp(696) : error C2220: warning treated as error - no 'object' file generated
e:/builds/moz2_slave/m-in-w32-spidermonkey-warnaserr/src/js/src/jsapi.cpp(696) : warning C4355: 'this' : used in base member initializer list
and we're burning again.
Comment 1•14 years ago
|
||
Preach it, brother philor!
Comment 2•14 years ago
|
||
Looks like the usual thisDuringConstruction() trick is the thing to do here.
| Reporter | ||
Comment 3•14 years ago
|
||
Right, I'll just put them on /ignore
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•