[Webkit-unassigned] [Bug 105761] New: Fix build warning in OSAllocatorPosix.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 26 01:36:05 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105761

           Summary: Fix build warning in OSAllocatorPosix.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


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]

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list