Closed
Bug 469749
Opened 17 years ago
Closed 14 years ago
More warnings in XSLT
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mrbkap, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
I talked with sicking about this one:
/home/mrbkap/work/main/mozilla/content/xslt/src/xslt/txBufferingHandler.cpp: In function ‘PRBool flushTransaction(void*, void*)’:
/home/mrbkap/work/main/mozilla/content/xslt/src/xslt/txBufferingHandler.cpp:383: warning: enumeration value ‘eEndDocumentTransaction’ not handled in switch
He said that it's likely that can't happen, but if it does happen, then we'll use |rv| uninitialized in that function.
Updated•14 years ago
|
Whiteboard: [build_warning]
Updated•14 years ago
|
Blocks: buildwarning
Comment 1•14 years ago
|
||
Default has been added to switch
http://mxr.mozilla.org/mozilla-central/source/content/xslt/src/xslt/txBufferingHandler.cpp#487 and this error does not exist in current nightly builds.
Closing this bug.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•