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)

All
Linux
defect
Not set
normal

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)
My patch is a tiny bit better. Anyone wanna rs+ it?
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
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.

Attachment

General

Created:
Updated:
Size: