Bug 131730
| Summary: | [WebKit2] Cleanup the build from unused parameter in WebKit2/Shared module | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shivakumar J M <shiva.jm> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | VERIFIED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Shivakumar J M
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Shivakumar J M
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
Bug is fixed tested in version 167979.