Closed Bug 817734 Opened 12 years ago Closed 12 years ago

g++ 4.7 build w/ --enable-warnings-as-errors: "nsFrameSetFrame.cpp:1230:13: error: variable ‘child’ set but not used [-Werror=unused-but-set-variable]"

Categories

(Core :: Layout, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 817404

People

(Reporter: dholbert, Unassigned)

References

(Blocks 1 open bug)

Details

Build warning (treated as an error w/ --enable-warnings-as-errors) in my build today:

{
mozilla/layout/generic/nsFrameSetFrame.cpp: In member function ‘bool nsHTMLFramesetFrame::CanResize(bool, bool)’:

mozilla/layout/generic/nsFrameSetFrame.cpp:1230:13: error: variable ‘child’ set but not used [-Werror=unused-but-set-variable]
}
Blocks: 814995
The fix just landed on inbound in bug 817404.
No longer blocks: 814995
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.