Closed Bug 420215 Opened 16 years ago Closed 16 years ago

js_AllocSlot' : cannot convert parameter 3 from 'uintN *' to 'uint32 *'

Categories

(Core :: JavaScript Engine, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla1.9beta4

People

(Reporter: benjamin, Assigned: brendan)

Details

Attachments

(1 file)

c:/builds/mozilla-central/ff-release/js/src/../../../src/js/src/jsinterp.cpp(4334) : error C2664: 'js_AllocSlot' : cannot convert parameter 3 from 'uintN *' to 'uint32 *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:/builds/mozilla-central/ff-release/js/src/../../../src/js/src/jsinterp.cpp(5955) : error C2664: 'js_AllocSlot' : cannot convert parameter 3 from 'uintN *' to 'uint32 *'

(c++ compiler)
Status: NEW → ASSIGNED
Flags: blocking1.9+
OS: Windows XP → All
Priority: -- → P1
Hardware: PC → All
Target Milestone: --- → mozilla1.9beta4
Version: unspecified → Trunk
Attached patch minimal fixSplinter Review
If this tests as hoped, I'll get quick a+ and land it.

/be
Attachment #306419 - Flags: review?(benjamin)
Attachment #306419 - Flags: review?(benjamin) → review+
Attachment #306419 - Flags: approval1.9b4?
Attachment #306419 - Flags: approval1.9+
Comment on attachment 306419 [details] [diff] [review]
minimal fix

a1.9b4=beltzner
Attachment #306419 - Flags: approval1.9b4? → approval1.9b4+
Fixed:

js/src/jsinterp.c 3.450

/be
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Flags: in-testsuite-
Flags: in-litmus-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: