Closed
Bug 300
Opened 27 years ago
Closed 26 years ago
CXX V6.0-20 +ANSI requires explicit cast
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: berkley, Assigned: scullin)
Details
Created by Berkley Shands (berkley@cs.wustl.edu) on Wednesday, May 6, 1998 6:32:48 AM PDT
Additional Details :
Lines 374 and 408 have "NULL" as arguments to constructors.
I use "#define NULL 0L" to get around this cast problem,
but for now I edited those lines to have explicit casts
(const char*) NULL, and (ns<something> *).
berkley
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Moving bug fomr XP-COM to XPCOM. Cleaning up Bugzilla. XP-COM will be removed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•