Closed
Bug 728480
Opened 13 years ago
Closed 13 years ago
nsPresShell.cpp:5748:1: warning: ‘void EvictTouchPoint(nsCOMPtr<nsIDOMTouch>&)’ defined but not used [-Wunused-function] (also "AppendToTouchList")
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
(deleted),
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
nsPresShell.cpp:5748:1: warning: ‘void EvictTouchPoint(nsCOMPtr<nsIDOMTouch>&)’ defined but not used [-Wunused-function]
nsPresShell.cpp:5787:1: warning: ‘PLDHashOperator AppendToTouchList(const PRUint32&, nsCOMPtr<nsIDOMTouch>&, void*)
These functions are only used in code that's guarded by #ifdef MOZ_TOUCH.
Patch upcoming to wrap these functions in #ifdef MOZ_TOUCH.
Assignee | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #598428 -
Flags: review?(wjohnston) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla13
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•