[Webkit-unassigned] [Bug 29017] [Qt] Use the declaration order in initializer lists

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 7 12:30:26 PDT 2009


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





--- Comment #2 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2009-09-07 12:30:26 PDT ---
gcc warning (with elevated warning level) for reference:

WebCore/platform/graphics/qt/FontCacheQt.cpp: In constructor
'WebCore::FontPlatformDataCacheKey::FontPlatformDataCacheKey(const
WebCore::FontDescription&)':
WebCore/platform/graphics/qt/FontCacheQt.cpp:136: warning:
'WebCore::FontPlatformDataCacheKey::m_bold' will be initialized after
WebCore/platform/graphics/qt/FontCacheQt.cpp:135: warning:   'int
WebCore::FontPlatformDataCacheKey::m_size'
WebCore/platform/graphics/qt/FontCacheQt.cpp:59: warning:   when initialized
here

WebKit/qt/Api/qwebframe_p.h: In constructor
'QWebFramePrivate::QWebFramePrivate()':
WebKit/qt/Api/qwebframe_p.h:90: warning: 'QWebFramePrivate::q' will be
initialized after
WebKit/qt/Api/qwebframe_p.h:82: warning:   'Qt::ScrollBarPolicy
QWebFramePrivate::horizontalScrollBarPolicy'
WebKit/qt/Api/qwebframe_p.h:63: warning:   when initialized here

WebCore/platform/network/qt/QNetworkReplyHandler.h: In constructor
'WebCore::QNetworkReplyHandler::QNetworkReplyHandler(WebCore::ResourceHandle*,
WebCore::QNetworkR
eplyHandler::LoadMode)':
WebCore/platform/network/qt/QNetworkReplyHandler.h:73: warning:
'WebCore::QNetworkReplyHandler::m_resourceHandle' will be initialized after
WebCore/platform/network/qt/QNetworkReplyHandler.h:72: warning:  
'QNetworkReply* WebCore::QNetworkReplyHandler::m_reply'
WebCore/platform/network/qt/QNetworkReplyHandler.cpp:132: warning:   when
initialized here

-- 
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