Closed
Bug 592178
Opened 15 years ago
Closed 15 years ago
TM: compile warning in jsstr.cpp on Mac
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: cdleary)
Details
(Whiteboard: fixed-in-tracemonkey)
On Mac:
../jsstr.cpp: In function ‘JSBool str_search(JSContext*, uintN, js::Value*)’:
../jsstr.cpp:1920: warning: ‘g.RegExpGuard::fm.FlatMatch::patstr’ may be used uninitialized in this function
The revision responsible:
changeset: 51197:77f1425d2731
user: Chris Leary <cdleary@mozilla.com>
date: Tue Aug 24 14:46:19 2010 -0700
summary: Bug 587366: regexp failure for flat text replace. (r=lw)
| Assignee | ||
Comment 1•15 years ago
|
||
Nick, do you still see this happening? Don't see it on my OS X box.
| Assignee | ||
Comment 2•15 years ago
|
||
It was only in opt build.
http://hg.mozilla.org/tracemonkey/rev/596e0ba1477e
Whiteboard: fixed-in-tracemonkey
| Reporter | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•