Closed
Bug 1146229
Opened 10 years ago
Closed 10 years ago
Compiler warning C4229 in xpcAccessibleTable.cpp
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: away, Assigned: away)
Details
Attachments
(1 file)
931 bytes,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
Saw this scrolling past in a build. It's an interesting warning: "anachronism used : modifiers on data are ignored"
Looks like a too-eager s/nsresult/NS_IMETHODIMP/.
Attachment #8581422 -
Flags: review?(surkov.alexander)
Comment 2•10 years ago
|
||
Comment on attachment 8581422 [details] [diff] [review]
patch
Review of attachment 8581422 [details] [diff] [review]:
-----------------------------------------------------------------
r=me, that was autorename issue I guess
Attachment #8581422 -
Flags: review?(surkov.alexander) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Updated•10 years ago
|
Assignee: nobody → dmajor
You need to log in
before you can comment on or make changes to this bug.
Description
•