[Webkit-unassigned] [Bug 36971] [Qt]Add -Wextra warning level to the QtWebKit build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 10:49:16 PDT 2010


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


Laszlo Gombos <laszlo.1.gombos at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52312|                            |review?, commit-queue?
               Flag|                            |




--- Comment #2 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2010-04-01 10:49:15 PST ---
Created an attachment (id=52312)
 --> (https://bugs.webkit.org/attachment.cgi?id=52312)
proposed patch

New warnings introduced - I propose to address these in a separate patch as
these warnings are not specific to the Qt port 

webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp:
In function 'bool pluginRemoveProperty(NPObject*, void*)':
webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp:1005:
warning: no return statement in function returning non-void
webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp:
In function 'bool pluginEnumerate(NPObject*, void***, uint32_t*)':
webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp:1009:
warning: no return statement in function returning non-void
webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp:
In function 'bool plugininConstruct(NPObject*, const NPVariant*, uint32_t,
NPVariant*)':
webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp:1013:
warning: no return statement in function returning non-void

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