Bug 174511 - -Wreorder warning caused by GraphicsContext3D cleanup
Summary: -Wreorder warning caused by GraphicsContext3D cleanup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-14 10:38 PDT by Michael Catanzaro
Modified: 2017-07-16 23:58 PDT (History)
11 users (show)

See Also:


Attachments
Patch (1.82 KB, patch)
2017-07-14 10:54 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff
Patch (3.09 KB, patch)
2017-07-14 11:04 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2017-07-14 10:38:59 PDT
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)
 ^~~~~~~~~~~~~~~~~
Comment 1 Michael Catanzaro 2017-07-14 10:54:58 PDT
Created attachment 315448 [details]
Patch
Comment 2 Michael Catanzaro 2017-07-14 11:04:05 PDT
Created attachment 315451 [details]
Patch
Comment 3 WebKit Commit Bot 2017-07-16 23:58:51 PDT
Comment on attachment 315451 [details]
Patch

Clearing flags on attachment: 315451

Committed r219553: <http://trac.webkit.org/changeset/219553>
Comment 4 WebKit Commit Bot 2017-07-16 23:58:53 PDT
All reviewed patches have been landed.  Closing bug.