Bug 175780

Summary: [GTK][WPE][GSTREAMER_GL] Overriden virtual function not marked “override” in MediaPlayerPrivateGStreamerBase.h
Product: WebKit Reporter: Adrian Perez <aperez>
Component: WebKit Misc.Assignee: Adrian Perez <aperez>
Status: RESOLVED FIXED    
Severity: Normal CC: annulen, calvaris, cgarcia, thorton, webkit-bug-importer, zan
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch annulen: review+

Adrian Perez
Reported 2017-08-21 12:27:24 PDT
The following warning is generated when building with Clang: In file included from ../../Source/WebCore/platform/graphics/MediaPlayer.cpp:55: In file included from ../../Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:30: ../../Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:152: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; ^
Attachments
Patch (1.51 KB, patch)
2017-08-21 12:29 PDT, Adrian Perez
annulen: review+
Adrian Perez
Comment 1 2017-08-21 12:29:05 PDT
Konstantin Tokarev
Comment 2 2017-08-21 12:40:44 PDT
Comment on attachment 318660 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=318660&action=review > Source/WebCore/ChangeLog:3 > + [GTK][WPE][GSTREAMER_GL] [GTK][WPE] Overriden virtual function not marked âoverrideâ in MediaPlayerPrivateGStreamerBase.h ETOOMANYTAGS
Adrian Perez
Comment 3 2017-08-21 13:04:29 PDT
(In reply to Konstantin Tokarev from comment #2) > Comment on attachment 318660 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=318660&action=review > > > Source/WebCore/ChangeLog:3 > > + [GTK][WPE][GSTREAMER_GL] [GTK][WPE] Overriden virtual function not marked âoverrideâ in MediaPlayerPrivateGStreamerBase.h > > ETOOMANYTAGS Ouch, I'll remove the extra tags before landing. Thanks!
Adrian Perez
Comment 4 2017-08-21 13:17:00 PDT
Radar WebKit Bug Importer
Comment 5 2017-08-21 13:17:44 PDT
Note You need to log in before you can comment on or make changes to this bug.