[Webkit-unassigned] [Bug 103807] New: [EFL] Fix build warning in GraphicsContext3DEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 30 22:39:32 PST 2012


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

           Summary: [EFL] Fix build warning in GraphicsContext3DEfl.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com
                CC: demarchi at webkit.org


Because GraphicsContext3D::ImageExtractor::extractImage is not implemented yet, comment out the parameter names for removing -Wunused-parameter warning.

Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp:248:6: warning: unused parameter 'premultiplyAlpha' [-Wunused-parameter]
Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp:248:6: warning: unused parameter 'ignoreGammaAndColorProfile' [-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