Bug 131730 - [WebKit2] Cleanup the build from unused parameter in WebKit2/Shared module
Summary: [WebKit2] Cleanup the build from unused parameter in WebKit2/Shared module
Status: VERIFIED DUPLICATE of bug 131721
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-16 04:44 PDT by Shivakumar J M
Modified: 2014-04-29 23:14 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shivakumar J M 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]
Comment 1 Shivakumar J M 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 ***
Comment 2 Shivakumar J M 2014-04-29 23:14:54 PDT
Bug is fixed tested in version 167979.