Bug 31962

Summary: [Qt] Fix some compiler warnings seen on QtWebKit/Mac
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch none

Description Laszlo Gombos 2009-11-29 14:34:24 PST
Warnings to fix:

WebCore/plugins/mac/PluginPackageMac.cpp: In member function 'bool WebCore::PluginPackage::fetchInfo()':
WebCore/plugins/mac/PluginPackageMac.cpp:180: warning: label 'WTF' defined but not used

WebCore/plugins/mac/PluginViewMac.cpp: In member function 'void WebCore::PluginView::setNPWindowIfNeeded()':
WebCore/plugins/mac/PluginViewMac.cpp:384: warning: format '%d' expects type 'int', but argument 5 has type 'int32'
WebCore/plugins/mac/PluginViewMac.cpp:384: warning: format '%d' expects type 'int', but argument 6 has type 'int32'

WebCore/platform/network/ResourceHandle.h:99: warning: class WebCore::ResourceHandle has virtual functions but non-virtual destructor
Comment 1 Laszlo Gombos 2009-11-29 14:56:07 PST
Created attachment 43992 [details]
proposed patch
Comment 2 WebKit Commit Bot 2009-11-30 08:42:34 PST
Comment on attachment 43992 [details]
proposed patch

Clearing flags on attachment: 43992

Committed r51490: <http://trac.webkit.org/changeset/51490>
Comment 3 WebKit Commit Bot 2009-11-30 08:42:38 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Steve Block 2009-11-30 08:55:08 PST
*** Bug 31924 has been marked as a duplicate of this bug. ***