Bug 105761 - Fix build warning in OSAllocatorPosix.cpp
Summary: Fix build warning in OSAllocatorPosix.cpp
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: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-26 01:38 PST by Gyuyoung Kim
Modified: 2012-12-26 02:28 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.37 KB, patch)
2012-12-26 01:39 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2012-12-26 01:38:13 PST
Clean up build warning.

Source/WTF/wtf/OSAllocatorPosix.cpp:37:7: warning: unused parameter ‘usage’ [-Wunused-parameter]
Source/WTF/wtf/OSAllocatorPosix.cpp:37:7: warning: unused parameter ‘writable’ [-Wunused-parameter]
Source/WTF/wtf/OSAllocatorPosix.cpp:37:7: warning: unused parameter ‘executable’ [-Wunused-parameter]
Source/WTF/wtf/OSAllocatorPosix.cpp:37:7: warning: unused parameter ‘includesGuardPages’ [-Wunused-parameter]
Comment 1 Gyuyoung Kim 2012-12-26 01:39:19 PST
Created attachment 180735 [details]
Patch
Comment 2 Kentaro Hara 2012-12-26 02:17:37 PST
Comment on attachment 180735 [details]
Patch

ok
Comment 3 WebKit Review Bot 2012-12-26 02:28:33 PST
Comment on attachment 180735 [details]
Patch

Clearing flags on attachment: 180735

Committed r138474: <http://trac.webkit.org/changeset/138474>
Comment 4 WebKit Review Bot 2012-12-26 02:28:37 PST
All reviewed patches have been landed.  Closing bug.