Closed
Bug 921583
Opened 11 years ago
Closed 11 years ago
'inline function used but never defined' warning in ProxyObject.cpp
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 921584
People
(Reporter: jimb, Unassigned)
Details
Attachments
(1 file)
Specifically:
In file included from /home/jimb/moz/dbg/js/src/jscntxt.h:15:0,
from /home/jimb/moz/dbg/js/src/gc/Zone.h:13,
from /home/jimb/moz/dbg/js/src/jsgcinlines.h:12,
from /home/jimb/moz/dbg/js/src/vm/ProxyObject.cpp:9:
/home/jimb/moz/dbg/js/src/vm/Runtime.h:1434:17: warning: inline function ‘bool JSRuntime::isAtomsZone(JS::Zone*)’ used but never defined [enabled by default]
inline bool isAtomsZone(JS::Zone *zone);
^
Attachment #811310 -
Flags: review?(n.nethercote)
Comment 1•11 years ago
|
||
My patch is a tiny bit better. Anyone wanna rs+ it?
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 2•11 years ago
|
||
Comment on attachment 811310 [details] [diff] [review]
Avoid a 'inline function used but never defined' warning.
Review of attachment 811310 [details] [diff] [review]:
-----------------------------------------------------------------
I r+'d Ehsan's patch in bug 921854.
Attachment #811310 -
Flags: review?(n.nethercote)
You need to log in
before you can comment on or make changes to this bug.
Description
•