Closed
Bug 1102581
Opened 11 years ago
Closed 4 years ago
jsscript.h:1683:17: warning: inline function ‘bool JSScript::isDebuggee() const’ used but never defined [enabled by default]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
Recently-introduced build warning (encountered in up-to-date mozilla-inbound, with g++ 4.8):
{
In file included from js/src/vm/TraceLogging.cpp:15:0:
js/src/jsscript.h:1683:17: warning: inline function ‘bool JSScript::isDebuggee() const’ used but never defined [enabled by default]
inline bool isDebuggee() const;
^
}
| Reporter | ||
Comment 1•11 years ago
|
||
Seems likely to be a regression from bug 1072903, which just landed & refactored some TraceLogging stuff.
Depends on: 1072903
Flags: needinfo?(hv1989)
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•3 years ago
|
Flags: needinfo?(hv1989)
You need to log in
before you can comment on or make changes to this bug.
Description
•