Closed
Bug 716032
Opened 14 years ago
Closed 14 years ago
Fix false is not a good pointer warning
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jrmuizel, Unassigned)
Details
Attachments
(1 file)
788 bytes,
patch
|
Details | Diff | Splinter Review |
/Users/jrmuizel/source/mozilla-central/js/src/jsscope.cpp:1074:20: warning: initialization of pointer of type 'js::Shape *' to null from a
constant boolean expression [-Wbool-conversions]
return false;
^~~~~
/Users/jrmuizel/source/mozilla-central/js/src/jsscope.cpp:1083:20: warning: initialization of pointer of type 'js::Shape *' to null from a
constant boolean expression [-Wbool-conversions]
return false;
^~~~~
jstypedarray.cpp
Attachment #586541 -
Flags: review?(bhackett1024)
Reporter | ||
Updated•14 years ago
|
Attachment #586541 -
Flags: review?(bhackett1024)
Reporter | ||
Comment 1•14 years ago
|
||
Nevermind this is already fixed.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•