[Webkit-unassigned] [Bug 221409] New: REGRESSION(r272217): clang warnings in ExtensionsGLOpenGLCommon.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 08:40:11 PST 2021


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

            Bug ID: 221409
           Summary: REGRESSION(r272217): clang warnings in
                    ExtensionsGLOpenGLCommon.h
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com
                CC: bugs-noreply at webkitgtk.org

In file included from DerivedSources/WebCore/unified-sources/UnifiedSource-3c72abbe-29.cpp:3:
In file included from ../../Source/WebCore/platform/graphics/cairo/GraphicsContextGLCairo.cpp:29:
In file included from ../../Source/WebCore/platform/graphics/opengl/GraphicsContextGLOpenGL.h:48:
../../Source/WebCore/platform/graphics/opengl/ExtensionsGLOpenGLCommon.h:59:10: warning: 'readnPixelsEXT' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    void readnPixelsEXT(int x, int y, GCGLsizei width, GCGLsizei height, GCGLenum format, GCGLenum type, GCGLsizei bufSize, void *data);
         ^
../../Source/WebCore/platform/graphics/ExtensionsGL.h:304:18: note: overridden virtual function is here
    virtual void readnPixelsEXT(GCGLint x, GCGLint y, GCGLsizei width, GCGLsizei height, GCGLenum format, GCGLenum type, GCGLsizei bufSize, GCGLvoid* data) = 0;
                 ^
In file included from DerivedSources/WebCore/unified-sources/UnifiedSource-3c72abbe-29.cpp:3:
In file included from ../../Source/WebCore/platform/graphics/cairo/GraphicsContextGLCairo.cpp:29:
In file included from ../../Source/WebCore/platform/graphics/opengl/GraphicsContextGLOpenGL.h:48:
../../Source/WebCore/platform/graphics/opengl/ExtensionsGLOpenGLCommon.h:60:10: warning: 'getnUniformfvEXT' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    void getnUniformfvEXT(GCGLuint program, int location, GCGLsizei bufSize, float *params);
         ^
../../Source/WebCore/platform/graphics/ExtensionsGL.h:305:18: note: overridden virtual function is here
    virtual void getnUniformfvEXT(GCGLuint program, GCGLint location, GCGLsizei bufSize, GCGLfloat* params) = 0;
                 ^
In file included from DerivedSources/WebCore/unified-sources/UnifiedSource-3c72abbe-29.cpp:3:
In file included from ../../Source/WebCore/platform/graphics/cairo/GraphicsContextGLCairo.cpp:29:
In file included from ../../Source/WebCore/platform/graphics/opengl/GraphicsContextGLOpenGL.h:48:
../../Source/WebCore/platform/graphics/opengl/ExtensionsGLOpenGLCommon.h:61:10: warning: 'getnUniformivEXT' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    void getnUniformivEXT(GCGLuint program, int location, GCGLsizei bufSize, int *params);
         ^
../../Source/WebCore/platform/graphics/ExtensionsGL.h:306:18: note: overridden virtual function is here
    virtual void getnUniformivEXT(GCGLuint program, GCGLint location, GCGLsizei bufSize, GCGLint* params) = 0;
                 ^
3 warnings generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210204/604bf2e8/attachment.htm>


More information about the webkit-unassigned mailing list