Closed Bug 200 Opened 26 years ago Closed 26 years ago

warning fix : ns/lib/layout/laycols.c

Categories

(MozillaClassic Graveyard :: Layout, defect, P3)

1998-03-31
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rick, Assigned: nisheeth_mozilla)

Details

Created by Rick Osborne (rick@rixsoft.com) on Monday, April 13, 1998 7:09:13 PM PDT
Additional Details :
(In the continuing quest to eliminate even compiler warnings
... )

(843) : warning C4101: ''ele'' : unreferenced local variable

--- laycols.old.c       Wed Apr 08 17:52:23 1998
+++ laycols.c   Mon Apr 13 22:11:39 1998
@@ -606,5 +606,6 @@ lo_EndMulticolumn(MWContext *context, lo
        LO_Element *cell_ele;
        LO_TableStruct *table_ele;
-       LO_Element *ele;
+       /* Unused */
+       /* LO_Element *ele; */

        cell_ele = NULL;
Assignee: nobody → {}
Component: Layout
Assignee: {} → djw
Assignee: djw → nisheeth
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This fix was checked in a while back.  Thanks Rick.
VERIFIED due to no changes in over a year
Status: RESOLVED → VERIFIED
saasasdsddasassa
blub.
Argh! Why did landfill.m.o send me to the production bugzilla instance? Apologies to all people I just sent bugmail to :( I meant to post on the bugzilla test instance instead.

/me goes hide under a rock. *sigh*
You need to log in before you can comment on or make changes to this bug.