Closed
Bug 1310399
Opened 9 years ago
Closed 9 years ago
Fix -Wshadow warning in widget/nsBaseWidget.cpp
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
|
1.57 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
widget/nsBaseWidget.cpp:1970:14 [-Wshadow] declaration shadows a local variable
Jim: you wrote this base widget code for Windows touch injection bug 941774.
| Assignee | ||
Comment 1•9 years ago
|
||
Comment on attachment 8801462 [details] [diff] [review]
Wshadow_widget.patch
Jim: you wrote this base widget code for Windows touch injection bug 941774.
Attachment #8801462 -
Flags: review?(jmathies)
Updated•9 years ago
|
Attachment #8801462 -
Flags: review?(jmathies) → review+
Pushed by cpeterson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e49dd361aa99
Fix -Wshadow warning in widget/nsBaseWidget.cpp. r=jimm
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•