[Webkit-unassigned] [Bug 175476] New: [GTK][WPE] Overriden virtual function not marked “override” in ImageBufferDataCairo.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 11 05:18:01 PDT 2017


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

            Bug ID: 175476
           Summary: [GTK][WPE] Overriden virtual function not marked
                    “override” in ImageBufferDataCairo.h
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

The following warning is generated when building with Clang:

  In file included from ../../Source/WebCore/platform/graphics/ImageBufferData.h:31:
  ../../Source/WebCore/platform/graphics/cairo/ImageBufferDataCairo.h:65:45: warning: 'proxy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
      RefPtr<TextureMapperPlatformLayerProxy> proxy() const;
                                              ^
  ../../Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerProxyProvider.h:36:53: note: overridden virtual function is here
      virtual RefPtr<TextureMapperPlatformLayerProxy> proxy() const = 0;
                                                      ^

-- 
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/20170811/bf8d3638/attachment.html>


More information about the webkit-unassigned mailing list