Closed
Bug 839384
Opened 13 years ago
Closed 12 years ago
Fix build warnings for DrawTargetCG
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
2.08 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
DrawTargetCG.h/cpp has these build warnings:
{
gfx/2d/DrawTargetCG.cpp:125:32: warning: field 'mSnapshot' will be initialized after field 'mCg' [-Wreorder]
gfx/2d/DrawTargetCG.h:154:10: warning: private field 'mIOSurfaceTexture' is not used [-Wunused-private-field]
}
Filing this bug on fixing those.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #711690 -
Flags: review?(jmuizelaar)
Assignee | ||
Updated•13 years ago
|
Blocks: buildwarning, 839269
Assignee | ||
Comment 2•13 years ago
|
||
oh, I missed these warnings:
{
gfx/2d/DrawTargetCG.cpp:1032:41: warning: '&&' within '||' [-Wlogical-op-parentheses]
gfx/2d/DrawTargetCG.cpp:1032:41: note: place parentheses around the '&&' expression to silence this warning
gfx/2d/DrawTargetCG.cpp:1033:53: warning: '&&' within '||' [-Wlogical-op-parentheses]
/gfx/2d/DrawTargetCG.cpp:1033:53: note: place parentheses around the '&&' expression to silence this warning
}
Updated the patch to fix those as well.
Attachment #711690 -
Attachment is obsolete: true
Attachment #711690 -
Flags: review?(jmuizelaar)
Attachment #711693 -
Flags: review?(jmuizelaar)
Updated•12 years ago
|
Attachment #711693 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Flags: in-testsuite-
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•