Closed
Bug 630306
Opened 15 years ago
Closed 14 years ago
"jsobj.h:1239: warning: inline function 'JSCompartment* JSObject::getCompartment() const' used but never defined" (and similar warning for "compartment()" in jscell.h)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Unassigned)
References
()
Details
| Reporter | ||
Comment 1•15 years ago
|
||
(sorry, hit 'enter' while editing summary -> filed bug prematurely)
Despite bug 615834 being RESOLVED|FIXED, we still hit many instances of its warning. The tinderbox clobber-build log linked in Comment 0 has 29 instances of each of these warnings:
../../dist/include/jscell.h:75: warning: inline function 'JSCompartment* js::gc::Cell::compartment() const' used but never defined
../../dist/include/jsobj.h:1239: warning: inline function 'JSCompartment* JSObject::getCompartment() const' used but never defin
Summary: jsobj.h:1239: warning: inline function 'JSCompartment* JSObject::getCompartment() const' used but never defined" (and similar → "jsobj.h:1239: warning: inline function 'JSCompartment* JSObject::getCompartment() const' used but never defined" (and similar warning for "compartment()" in jscell.h)
Comment 2•14 years ago
|
||
This should be fixed now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•