Closed
Bug 665723
Opened 13 years ago
Closed 13 years ago
Fix unused variable warnings in layout/generic/
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
6.93 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
layout/generic/nsBlockFrame.cpp:3987:14: warning: unused variable 'rv'
http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsBlockFrame.cpp#3987
layout/generic/nsBlockReflowState.cpp:944:12: warning: unused variable 'rv'
http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsBlockReflowState.cpp#944
layout/generic/nsImageFrame.cpp:776:11: warning: unused variable 'result'
http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsImageFrame.cpp#776
layout/generic/nsImageFrame.cpp:789:11: warning: unused variable 'result'
http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsImageFrame.cpp#789
layout/generic/nsObjectFrame.cpp:1386: warning: unused variable 'rv'
http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsObjectFrame.cpp#1386
layout/generic/nsTextFrameThebes.cpp:464:12: warning: unused variable 'found'
http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsTextFrameThebes.cpp#464
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #540600 -
Flags: review?(roc)
Comment on attachment 540600 [details] [diff] [review]
Fix build warnings
Review of attachment 540600 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #540600 -
Flags: review?(roc) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Keywords: checkin-needed
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
You need to log in
before you can comment on or make changes to this bug.
Description
•