Closed
Bug 225
Opened 27 years ago
Closed 24 years ago
warning fix : ns/cmd/winfe/cxdc.cpp
Categories
(MozillaClassic Graveyard :: Windows FE, defect, P5)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rick, Assigned: blythe)
Details
Created by Rick Osborne (rick@rixsoft.com) on Tuesday, April 14, 1998 6:38:47 PM PDT
Additional Details :
(In the continuing quest to eliminate even compiler warnings
... )
Simple unused var.
(1729) : warning : 'nStrokeWidth' : unreferenced local
variable
--- cxdc.old.cpp Wed Apr 08 17:46:31 1998
+++ cxdc.cpp Tue Apr 14 19:52:43 1998
@@ -1621,3 +1621,3 @@ CDCCX::DisplayTableBorder(LTRB& Rect,
LO
HDC hDC;
- int nStrokeWidth;
+ /* Unused: int nStrokeWidth; */
RECT r = {CASTINT(Rect.left),
CASTINT(Rect.top), CASTINT(Rect.right),
CASTINT(Rect.bottom)};
Updated by Rick Osborne (rick@rixsoft.com) on Tuesday, April 14, 1998 6:43:55 PM PDT
Additional Details :
Wrong file specified in subject. Oops.
Updated by (blythe@netscape.com) on Wednesday, April 15, 1998 4:38:21 PM PDT
Additional Details :
I merged in the diff.
Thanks Rick, next source drop will have it!
Comment 1•24 years ago
|
||
mid-air collision ? / bugzilla cleanup
Reopening (current State: resolved and no resolution)
Status: RESOLVED → REOPENED
Comment 2•24 years ago
|
||
marking fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•