[Webkit-unassigned] [Bug 131730] New: [WebKit2] Cleanup the build from unused parameter in WebKit2/Shared module

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 16 04:43:47 PDT 2014


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

           Summary: [WebKit2] Cleanup the build from unused parameter in
                    WebKit2/Shared module
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shiva.jm at samsung.com


Found uninitialized variable used in WebKit2/Shared/WebCoreArgumentCoders.cpp during webkit-efl port build. need to use UNUSED_PARAM() to fix

/home/shiva.jm/webkit-git/svngit/WebKit/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:108:6: warning: unused parameter ‘decoder’ [-Wunused-parameter]
 bool ArgumentCoder<LinearTimingFunction>::decode(ArgumentDecoder& decoder, LinearTimingFunction& timingFunction)
      ^
/home/shiva.jm/webkit-git/svngit/WebKit/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:108:6: warning: unused parameter ‘timingFunction’ [-Wunused-parameter]

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