Closed
Bug 669438
Opened 13 years ago
Closed 13 years ago
nsDOMFile.cpp:154:1: warning: ‘nsresult DOMFileResult(nsresult)’ defined but not used [-Wunused-function]
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
1.13 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
Filing bug on this build warning:
{
content/base/src/nsDOMFile.cpp:154:1: warning: ‘nsresult DOMFileResult(nsresult)’ defined but not used [-Wunused-function]
}
This cset from Bug 661876 removed the last uses of this function:
http://hg.mozilla.org/mozilla-central/rev/1dec937dfbb6
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #544043 -
Flags: review? → review?(jonas)
Attachment #544043 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Whiteboard: [build_warning] → [build_warning][inbound]
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
OS: Linux → All
Hardware: x86_64 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Updated•13 years ago
|
Whiteboard: [build_warning][inbound] → [build_warning][]
Updated•13 years ago
|
Whiteboard: [build_warning][] → [build_warning]
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•