Closed
Bug 755037
Opened 13 years ago
Closed 13 years ago
Fix build warnings under content/events
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
DUPLICATE
of bug 773842
People
(Reporter: jdm, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
No description provided.
| Reporter | ||
Comment 1•13 years ago
|
||
Attachment #623815 -
Flags: review?(bugs)
Comment 2•13 years ago
|
||
Comment on attachment 623815 [details] [diff] [review]
<required>
ugly, but I don't have any better ideas.
Attachment #623815 -
Flags: review?(bugs) → review+
| Reporter | ||
Comment 3•13 years ago
|
||
| Reporter | ||
Updated•13 years ago
|
Attachment #623815 -
Attachment is obsolete: true
| Reporter | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 4•13 years ago
|
||
(In reply to Josh Matthews [:jdm] (travelling until June 25th) from comment #3)
> Created attachment 623833 [details] [diff] [review]
> Mark unused variables in CC routines as unused to shut up GCC.
A better way to solve this is to put (void)tmp; or something in the NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END macro. We do that for NS_IMPL_CYCLE_COLLECTION_TRACE_END and a few other of the CC macros.
Comment 5•13 years ago
|
||
Looks like NS_IMPL_CYCLE_COLLECTION_UNLINK_END could also do with that treatment.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•