Bug 131730

Summary: [WebKit2] Cleanup the build from unused parameter in WebKit2/Shared module
Product: WebKit Reporter: Shivakumar J M <shiva.jm>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: VERIFIED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Shivakumar J M
Reported 2014-04-16 04:44:08 PDT
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]
Attachments
Shivakumar J M
Comment 1 2014-04-20 23:59:03 PDT
Many other warnings are fixed as part of issue https://bugs.webkit.org/show_bug.cgi?id=131721 already *** This bug has been marked as a duplicate of bug 131721 ***
Shivakumar J M
Comment 2 2014-04-29 23:14:54 PDT
Bug is fixed tested in version 167979.
Note You need to log in before you can comment on or make changes to this bug.