Closed
Bug 903071
Opened 12 years ago
Closed 12 years ago
ImageDataSerializer.cpp:66:14 [-Wunused-but-set-variable] variable 'gfxSize' set but not used
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.01 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Build warning:
{
gfx/layers/ImageDataSerializer.cpp:66:14 [-Wunused-but-set-variable] variable 'gfxSize' set but not used
}
This variable was added, with no uses, when this file was created, for Bug 858914. For reference, that was here:
http://hg.mozilla.org/mozilla-central/diff/313445f455f3/gfx/layers/ImageDataSerializer.cpp#l1.70
Looks like we can just remove it...?
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Attachment #787701 -
Flags: review?(nical.bugzilla)
Updated•12 years ago
|
Attachment #787701 -
Flags: review?(nical.bugzilla) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•12 years ago
|
Flags: in-testsuite-
Comment 2•12 years ago
|
||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•