Closed
Bug 863043
Opened 12 years ago
Closed 12 years ago
CompositorOGL.cpp:490:68: warning: 'visibility' attribute ignored [-Wattributes]
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
3.15 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
{
gfx/layers/opengl/CompositorOGL.cpp: In member function 'virtual bool mozilla::layers::CompositorOGL::Initialize()':
gfx/layers/opengl/CompositorOGL.cpp:490:68: warning: 'visibility' attribute ignored [-Wattributes]
NS_IMETHOD Run()
}
This is basically the exact same issue as bug 859517, but in a different file (added in bug 825928).
Assignee | ||
Comment 1•12 years ago
|
||
This patch is basically identical to the patch that I landed for bug 859517, FWIW, in https://hg.mozilla.org/mozilla-central/rev/1b86d1d851de .
Assignee | ||
Updated•12 years ago
|
Attachment #738727 -
Flags: review? → review?(bas)
Updated•12 years ago
|
Attachment #738727 -
Flags: review?(bas) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Flags: in-testsuite-
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•