Closed
Bug 219908
Opened 22 years ago
Closed 22 years ago
Remove some layout warnings
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
Details
Attachments
(1 file)
3.42 KB,
patch
|
bzbarsky
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
/swap/BEOS/mozilla/layout/html/base/src/nsHTMLReflowState.cpp
1603: warning: `enum eNormalLineHeightControl GetNormalLineHeightCalcControl()' defined but not used
/swap/BEOS/mozilla/layout/html/base/src/nsTextFrame.cpp
In method `void nsTextFrame::PaintUnicodeText(class nsIPresContext *, class nsIRenderingContext &, class nsStyleContext *, struct nsTextFrame::TextStyle &, int, int)':
2285: warning: unused variable `PRInt32 rememberTextLength'
/swap/BEOS/mozilla/layout/html/base/src/nsTextFrame.cpp
In method `void nsTextFrame::PaintTextSlowly(class nsIPresContext *, class nsIRenderingContext &, class nsStyleContext *, struct nsTextFrame::TextStyle &, int, int)':
2973: warning: unused variable `PRInt32 rememberTextLength'
/swap/BEOS/mozilla/layout/xul/base/src/nsXULTooltipListener.cpp
443: warning: `void GetTreeCellCoords(class nsITreeBoxObject *, class nsIContent *, int, class nsAutoString, PRInt32 *, PRInt32 *)' defined but not used
In method `nsresult nsBoxObject::GetScreenRect(struct nsRect &)':
292: warning: unused variable `nsresult rv'
Attachment #131865 -
Flags: review?(bz-vacation)
![]() |
||
Comment 2•22 years ago
|
||
Comment on attachment 131865 [details] [diff] [review]
match declarations with use markings
r=bzbarsky
Attachment #131865 -
Flags: review?(bz-vacation) → review+
Attachment #131865 -
Flags: superreview?(dbaron)
Attachment #131865 -
Flags: superreview?(dbaron) → superreview+
checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•