Closed
Bug 620510
Opened 15 years ago
Closed 14 years ago
jsd_obj.c miscompiles ("warning: assignment from incompatible pointer type")
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | - |
People
(Reporter: igor, Assigned: igor)
References
(Blocks 1 open bug)
Details
(Whiteboard: softblocker [build_warning])
From bug 612150 comment 8 by Andrew Paprocki:
In the 2.0b8 branch, I see a broken jsd_obj.c with this change..
const char* ctorName;
...
ctorName = jsd_GetScriptFunctionName(jsdc, jsdscript);
This returns a JSString* now. Getting:
jsd_obj.c: In function 'jsd_Constructing':
jsd_obj.c:160: error: assignment from incompatible pointer type
Assignee | ||
Comment 1•15 years ago
|
||
Nominating for 2.0: the bug is a regression in a non-default build.
blocking2.0: betaN+ → ?
Updated•15 years ago
|
blocking2.0: ? → betaN+
Updated•15 years ago
|
Whiteboard: softblocker
Updated•15 years ago
|
Summary: jsd_obj.c miscompiles → jsd_obj.c miscompiles ("warning: assignment from incompatible pointer type")
Whiteboard: softblocker → softblocker [build_warning]
Comment 2•14 years ago
|
||
** PRODUCT DRIVERS PLEASE NOTE **
This bug is one of 19 being moved from blocking2.0:betaN+ to blocking2.0:- as we reached the endgame of Firefox 4. The rationale for the move is:
- the bug had been identified as a "soft" blocker which could be fixed in some follow up release
- the bug had been identified as one requiring beta coverage, thus is not appropriate for a ".x" stability & security release
The owner of the bug may wish to renominate for .x consideration.
blocking2.0: betaN+ → .x+
Updated•14 years ago
|
Blocks: buildwarning
Comment 4•14 years ago
|
||
Code has since been updated to fix this issue under another ticket.
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
•