Closed
Bug 227
Opened 27 years ago
Closed 24 years ago
warning fix : ns/cmd/winfe/dde.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:46:30 PM PDT
Additional Details :
(In the continuing quest to eliminate even compiler warnings
... )
Simple unreferenced var.
(3648) : warning : 'iTraverseIndex' : unreferenced local
variable
--- dde.old.cpp Wed Apr 08 17:46:35 1998
+++ dde.cpp Tue Apr 14 21:33:41 1998
@@ -3625,3 +3625,3 @@ HDDEDATA
CDDEWrapper::CancelProgress(HSZ
// transaction ID.
- int iTraverseIndex;
+ /* Unreferenced: int iTraverseIndex; */
MWContext *pTraverseContext = NULL;
Updated by (blythe@netscape.com) on Wednesday, April 15, 1998 4:41:12 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
•