Closed Bug 124619 Opened 23 years ago Closed 23 years ago

MathML: Occurances of uninitialized variables being used before being set.

Categories

(Core :: MathML, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED FIXED

People

(Reporter: mozilla-bugs, Assigned: rbs)

References

Details

This bug is just for the warnings in various source files in the MathML: layout/mathml/base/src/nsMathMLChar.cpp:1971 `nscoord stride' might be used uninitialized in this function layout/mathml/base/src/nsMathMLChar.cpp:2149 `nscoord stride' might be used uninitialized in this function layout/mathml/base/src/nsMathMLChar.cpp:942 `class nsGlyphTable * glyphTable' might be used uninitialized in this function layout/mathml/base/src/nsMathMLFrame.cpp:450 `class nsIAtom * namedspaceAtom' might be used uninitialized in this function layout/mathml/base/src/nsMathMLmfencedFrame.cpp:132 `PRBool isMutable' might be used uninitialized in this function layout/mathml/base/src/nsMathMLmpaddedFrame.cpp:297 `nscoord scaler' might be used uninitialized in this function For more details on this problem, see bug 59652
Blocks: 59652
I have a fixup checkin to do for nsMathMLChar.cpp and will use that to initialize the variables there to silence the compiler.
Fixed all of them.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Verifying - according to TBox all the warnings went away. Thanks!
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.