Closed Bug 716032 Opened 14 years ago Closed 14 years ago

Fix false is not a good pointer warning

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jrmuizel, Unassigned)

Details

Attachments

(1 file)

/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)
Attachment #586541 - Flags: review?(bhackett1024)
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.

Attachment

General

Created:
Updated:
Size: