[Webkit-unassigned] [Bug 112560] New: Fix unused parameter warnings in JITInlines.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 18 05:10:19 PDT 2013


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

           Summary: Fix unused parameter warnings in JITInlines.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: oliver at apple.com, loki at webkit.org,
                    barraclough at apple.com, zherczeg at webkit.org,
                    thouraya.andolsi at st.com


.../Source/JavaScriptCore/jit/JITInlines.h:147:48: warning: unused parameter 'insnSpace' [-Wunused-parameter]
.../Source/JavaScriptCore/jit/JITInlines.h:147:48: warning: unused parameter 'constSpace' [-Wunused-parameter]

This problem is come from the following very very old changesets:
- http://trac.webkit.org/changeset/47186/trunk/JavaScriptCore/jit/JITInlineMethods.h
- http://trac.webkit.org/changeset/83447/trunk/Source/JavaScriptCore/jit/JITInlineMethods.h

Fix is coming soon.

-- 
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