[Webkit-unassigned] [Bug 104857] New: Unused parameters on TextureMapperImageBuffer.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 16:06:49 PST 2012


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

           Summary: Unused parameters on TextureMapperImageBuffer.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: ktf.kim at samsung.com


The updateContents has unused parameter 'textureMapper', remove the parameter name to fix 'unused parameter' build warning. 

Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.cpp:60:6: warning: unused parameter ‘textureMapper’ [-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