Closed
Bug 359560
Opened 19 years ago
Closed 19 years ago
nsXFormsInputAccessible::GetExtState compiler warning in nsXFormsFormControlsAccessible.cpp
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 354728
People
(Reporter: RyanVM, Unassigned)
Details
Attachments
(1 obsolete file)
When doing a trunk compile, I'm getting the following compiler error:
c:\mozbuild\mozilla\accessible\src\xforms\nsxformsformcontrolsaccessible.cpp(191) : warning C4715: 'nsXFormsInputAccessible::GetExtState' : not all control paths return a value
Patch forthcoming.
| Reporter | ||
Comment 1•19 years ago
|
||
Adds missing return NS_OK
Attachment #244731 -
Flags: review?(aaronleventhal)
Comment 2•19 years ago
|
||
This will be fixed by bug 354728. I guess we should mark this bug as dupe.
| Reporter | ||
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 354728 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•19 years ago
|
Attachment #244731 -
Attachment is obsolete: true
Attachment #244731 -
Flags: review?(aaronleventhal)
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•