[Webkit-unassigned] [Bug 260023] New: [GTK][WPE] Fix clang warning in `WebKitDownloadClient::legacyDidCancel()`
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 10 05:20:09 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260023
Bug ID: 260023
Summary: [GTK][WPE] Fix clang warning in
`WebKitDownloadClient::legacyDidCancel()`
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WPE WebKit
Assignee: webkit-unassigned at lists.webkit.org
Reporter: vitaly at igalia.com
CC: bugs-noreply at webkitgtk.org
/var/home/phil/WebKit/Source/WebKit/UIProcess/API/glib/WebKitDownloadClient.cpp:114:10: warning: 'legacyDidCancel' overrides a member function but is not marked 'override' [-Winconsistent-miss
ing-override]
void legacyDidCancel(WebKit::DownloadProxy&)
^
/var/home/phil/WebKit/Source/WebKit/UIProcess/API/APIDownloadClient.h:66:18: note: overridden virtual function is here
virtual void legacyDidCancel(WebKit::DownloadProxy&) { }
^
1 warning 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/20230810/5f9f1109/attachment.htm>
More information about the webkit-unassigned
mailing list