Closed
Bug 18089
Opened 26 years ago
Closed 26 years ago
uninitialized variable 'convert' used
Categories
(Core :: Internationalization, defect, P3)
Core
Internationalization
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: brendan, Assigned: ftang)
References
()
Details
(Whiteboard: fix in local tree.)
nsTextToSubURI.cpp(84) : warning C4700: local variable 'convert' used without
having been initialized
Assignee | ||
Updated•26 years ago
|
Severity: critical → normal
Status: NEW → ASSIGNED
Target Milestone: M13
Assignee | ||
Comment 1•26 years ago
|
||
nsTextToSubURI.cpp have not been called from any code YET. This is one of the
work-in-progress cpp file that I was working on before I take over tague's stuff.
I will fix this eventually. Mark this from critical to normal and assign it to
M13. The whole nsTextToSubURI.cpp have not pass unit test yet.
Reporter | ||
Comment 2•26 years ago
|
||
Why not fix this in M12, or at least #if 0 out the dead code, so the warning
doesn't attach to you in the tinderbox page, and annoy me when I grep my build
logs for warnings I may have introduced? Thanks,
/be
Assignee | ||
Updated•26 years ago
|
Whiteboard: fix in local tree.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
fix check in.
Updated•26 years ago
|
QA Contact: teruko → ftang
Assignee | ||
Comment 6•25 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•