Closed
Bug 780728
Opened 7 years ago
Closed 7 years ago
nsCanvasFrame.cpp:212:13: warning: variable ‘pixelRect’ set but not used [-Wunused-but-set-variable]
Categories
(Core :: Layout, defect)
Core
Layout
Not set
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.24 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
Newish build warning: { layout/generic/nsCanvasFrame.cpp: In member function ‘virtual void nsDisplayCanvasBackground::Paint(nsDisplayListBuilder*, nsRenderingContext*)’: layout/generic/nsCanvasFrame.cpp:212:13: warning: variable ‘pixelRect’ set but not used [-Wunused-but-set-variable] } This variable was added in this cset for Bug 539356... https://hg.mozilla.org/mozilla-central/rev/7a376ff3ae84 ...but it's never used after its value's been set, as shown by this mxr search: https://mxr.mozilla.org/mozilla-central/search?string=pixelRect
Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Attachment #649426 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 2•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0bd439a357b7
Target Milestone: --- → mozilla17
Comment 3•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0bd439a357b7
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•