Bug 141229 - Fix build warning in WebKit2/Platform/IPC module
Summary: Fix build warning in WebKit2/Platform/IPC module
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shivakumar J M
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-03 20:06 PST by Shivakumar J M
Modified: 2015-02-03 22:16 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.23 KB, patch)
2015-02-03 20:18 PST, Shivakumar J M
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shivakumar J M 2015-02-03 20:06:05 PST
Got build warning in latest build for EFL:
[4014/4888] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/Authentication/WebCredential.cpp.o
../../Source/WebKit2/Platform/IPC/Connection.cpp:376:6: warning: unused parameter ‘alreadyRecordedMessage’ [-Wunused-parameter]
 bool Connection::sendMessage(std::unique_ptr<MessageEncoder> encoder, unsigned messageSendFlags, bool alreadyRecordedMessage)
Comment 1 Shivakumar J M 2015-02-03 20:18:30 PST
Created attachment 246011 [details]
Patch

Fix build warning by using UNUSED_PARAM macro. might have caused by https://bugs.webkit.org/show_bug.cgi?id=141027.
Comment 2 WebKit Commit Bot 2015-02-03 22:16:43 PST
Comment on attachment 246011 [details]
Patch

Clearing flags on attachment: 246011

Committed r179592: <http://trac.webkit.org/changeset/179592>
Comment 3 WebKit Commit Bot 2015-02-03 22:16:45 PST
All reviewed patches have been landed.  Closing bug.