WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
VERIFIED DUPLICATE of
bug 131721
131730
[WebKit2] Cleanup the build from unused parameter in WebKit2/Shared module
https://bugs.webkit.org/show_bug.cgi?id=131730
Summary
[WebKit2] Cleanup the build from unused parameter in WebKit2/Shared module
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug