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)

x86_64
Linux
defect
Not set
normal

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; ^ }
Seems likely to be a regression from bug 1072903, which just landed & refactored some TraceLogging stuff.
Depends on: 1072903
Flags: needinfo?(hv1989)
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Flags: needinfo?(hv1989)
You need to log in before you can comment on or make changes to this bug.