[Webkit-unassigned] [Bug 174511] New: -Wreorder warning caused by GraphicsContext3D cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 14 10:38:59 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174511

            Bug ID: 174511
           Summary: -Wreorder warning caused by GraphicsContext3D cleanup
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

Building CXX object Source...ics/cairo/GraphicsContext3DCairo.cpp.o
In file included from ../../Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp:33:0:
../../Source/WebCore/platform/graphics/GraphicsContext3D.h: In constructor ‘WebCore::GraphicsContext3D::GraphicsContext3D(WebCore::GraphicsContext3DAttributes, WebCore::HostWindow*, WebCore::GraphicsContext3D::RenderStyle)’:
../../Source/WebCore/platform/graphics/GraphicsContext3D.h:1394:38: warning: ‘WebCore::GraphicsContext3D::m_compositorTexture’ will be initialized after [-Wreorder]
     GC3Duint m_compositorTexture { 0 };
                                      ^
../../Source/WebCore/platform/graphics/GraphicsContext3D.h:1392:24: warning:   ‘GC3Duint WebCore::GraphicsContext3D::m_fbo’ [-Wreorder]
     GC3Duint m_fbo { 0 };
                        ^
../../Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp:88:1: warning:   when initialized here [-Wreorder]
 GraphicsContext3D::GraphicsContext3D(GraphicsContext3DAttributes attributes, HostWindow*, GraphicsContext3D::RenderStyle renderStyle)
 ^~~~~~~~~~~~~~~~~

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170714/21a7227a/attachment.html>


More information about the webkit-unassigned mailing list