Closed
Bug 817404
Opened 12 years ago
Closed 12 years ago
Compilation error in layout/generic/nsFrameSetFrame.cpp with gcc 4.7
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: padenot, Assigned: padenot)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.29 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
GCC warns about an assigned, but not used variable in this file, and my warning-as-error build stops.
Assignee | ||
Comment 1•12 years ago
|
||
Ehsan, you seem to be the person that touched the area the last, but feel free
to forward/cancel.
Attachment #687530 -
Flags: review?(ehsan)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → paul
Updated•12 years ago
|
Attachment #687530 -
Flags: review?(ehsan) → review+
Comment 2•12 years ago
|
||
Sorry, this is my fault since I removed the last use of 'child' in:
https://hg.mozilla.org/mozilla-central/rev/cc20e4d6b9ee#l1.318
Blocks: 814995
Assignee | ||
Comment 3•12 years ago
|
||
Updated•12 years ago
|
Blocks: buildwarning
Version: unspecified → Trunk
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•