Closed
Bug 362254
Opened 19 years ago
Closed 19 years ago
Assigning NULL to an integer type breaks in some GCCs
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
Details
Attachments
(1 file)
|
1.73 KB,
patch
|
stejohns
:
review+
|
Details | Diff | Splinter Review |
I've been successfully building using XCode 2.2, except for some errors where NULL is assigned to an integer type. This patch will convert those cases to use 0 instead.
Updated•19 years ago
|
Summary: Assining NULL to an integer type breaks in some GCCs → Assigning NULL to an integer type breaks in some GCCs
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #246961 -
Flags: review?(stejohns)
Updated•19 years ago
|
Attachment #246961 -
Flags: review?(stejohns) → review+
| Assignee | ||
Comment 2•19 years ago
|
||
Fixed on trunk
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 3•18 years ago
|
||
Transfer Bug from Core->Tamarin to Tamarin Product.
Component: Tamarin → Virtual Machine
Product: Core → Tamarin
Version: Trunk → unspecified
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•