Closed
Bug 475023
Opened 16 years ago
Closed 16 years ago
Compiling with DEBUG_CC is broken
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: peterv, Assigned: roc)
References
Details
Attachments
(1 file)
951 bytes,
patch
|
Details | Diff | Splinter Review |
Compiling with DEBUG_CC is broken:
/Users/peterv/source/mozilla/cycle/mozilla/xpcom/base/nsCycleCollector.cpp: In member function 'PRBool nsCycleCollector::CreateReversedEdges()':
/Users/peterv/source/mozilla/cycle/mozilla/xpcom/base/nsCycleCollector.cpp:2825: error: cannot convert 'nsCString' to 'nsCString*' in assignment
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → roc
Assignee | ||
Comment 1•16 years ago
|
||
This trivial fix works because we don't modify the edge array after it's been built.
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Whiteboard: [needs landing]
Assignee | ||
Comment 2•16 years ago
|
||
Pushed to trunk: http://hg.mozilla.org/mozilla-central/rev/111ca05e0d96
Status: NEW → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [needs landing]
You need to log in
before you can comment on or make changes to this bug.
Description
•