Closed Bug 226 Opened 26 years ago Closed 24 years ago

warning fix : ns/cmd/winfe/cxprint.cpp

Categories

(MozillaClassic Graveyard :: Windows FE, defect, P5)

1998-03-31
x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rick, Assigned: blythe)

Details

Created by Rick Osborne (rick@rixsoft.com) on Tuesday, April 14, 1998 6:42:26 PM PDT
Additional Details :
(In the continuing quest to eliminate even compiler warnings
... )

Simple unreferenced var.

(2013) : warning : 'hOldPal' : unreferenced local variable

--- cxprint.old.cpp     Wed Apr 08 17:46:33 1998
+++ cxprint.cpp Tue Apr 14 20:01:01 1998
@@ -1962,3 +1962,3 @@ void
CPrintCX::CopyOffscreenBitmap(NI_Pi
                lpBmi->biBitCount = nBitCount;
-               HPALETTE hOldPal;
+               /* Unreferenced: HPALETTE hOldPal; */
                // Ask the driver to tell us the number of
bits we need to allocate

Updated by   (blythe@netscape.com) on Wednesday, April 15, 1998 4:40:09 PM PDT
Additional Details :
I merged in the diff.
Thanks Rick, next source drop will have it!
mid-air collision ? / bugzilla cleanup
Reopening (current State: resolved and no resolution)
reopen really
.
Status: RESOLVED → REOPENED
Sorry for this SPAM !

marking fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
VERIFIED due to no changes in over a year
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.