Closed
Bug 685084
Opened 14 years ago
Closed 14 years ago
unused variable 'lm' in mozilla::widget::PuppetWidget::DispatchPaintEvent()
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: MatsPalmgren_bugz, Assigned: emorley)
Details
Attachments
(1 file)
|
1.01 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
GCC warns when compiling PuppetWidget.cpp:
widget/src/xpwidgets/PuppetWidget.cpp: In member function 'nsresult mozilla::widget::PuppetWidget::DispatchPaintEvent()':
widget/src/xpwidgets/PuppetWidget.cpp:561:19: warning: unused variable 'lm'
http://mxr.mozilla.org/mozilla-central/source/widget/src/xpwidgets/PuppetWidget.cpp#561
| Assignee | ||
Comment 1•14 years ago
|
||
Was originally added in http://hg.mozilla.org/mozilla-central/diff/787338296ce8/widget/src/xpwidgets/PuppetWidget.cpp
| Assignee | ||
Updated•14 years ago
|
Flags: in-testsuite-
OS: Linux → All
Hardware: x86_64 → All
Version: unspecified → Trunk
Attachment #560472 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Target Milestone: --- → mozilla9
| Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•