[Webkit-unassigned] [Bug 120703] New: [GTK] MediaControlsGtk: fix warning in constructor due to incorrect order of attributes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 4 15:04:54 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120703
Summary: [GTK] MediaControlsGtk: fix warning in constructor due
to incorrect order of attributes
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: berto at igalia.com
CXX Source/WebCore/rendering/libWebCore_la-RenderTextFragment.lo
In file included from ../../Source/WebCore/html/shadow/MediaControlsGtk.cpp:32:0:
../../Source/WebCore/html/shadow/MediaControlsGtk.h: In constructor 'WebCore::MediaControlsGtk::MediaControlsGtk(WebCore::Document*)':
../../Source/WebCore/html/shadow/MediaControlsGtk.h:76:43: warning: 'WebCore::MediaControlsGtk::m_eventListener' will be initialized after [-Wreorder]
../../Source/WebCore/html/shadow/MediaControlsGtk.h:73:49: warning: 'WebCore::MediaControlClosedCaptionsTrackListElement* WebCore::MediaControlsGtk::m_closedCaptionsTrackList' [-Wreorder]
../../Source/WebCore/html/shadow/MediaControlsGtk.cpp:63:1: warning: when initialized here [-Wreorder]
In this case it's harmless since all those elements are initialized to 0.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list