Closed
Bug 11272
Opened 26 years ago
Closed 26 years ago
warnings / bugs in EditTable.cpp
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
CLOSED
FIXED
M9
People
(Reporter: Brade, Assigned: cmanske)
Details
I know you are still working on EditTable.cpp but These warnings have popped up
on Macintosh and the last two are bugs which I'm sure you'd like to fix:
* Warning: variable / argument 'curCol' is not used in function
EditTable.cpp line 90
* Warning: variable / argument 'curRow' is not used in function
EditTable.cpp line 90
* Warning: variable 'col' is not initialized before being used
EditTable.cpp line 107
* Warning: variable 'tableOffset' is not initialized before being used
EditTable.cpp line 154
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
| Assignee | ||
Comment 1•26 years ago
|
||
Hold on! This is work *in progress*! I checked in the initial stuff yesterday
and will be cleaning up before I go on vacation Friday.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•26 years ago
|
||
Window's doesn't show the "not initialized before use" warnings.
Better people than me are on top of this issue.
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → CLOSED
| Reporter | ||
Comment 4•26 years ago
|
||
verifying/closing
You need to log in
before you can comment on or make changes to this bug.
Description
•