Bug 260023 - [GTK][WPE] Fix clang warning in `WebKitDownloadClient::legacyDidCancel()`
Summary: [GTK][WPE] Fix clang warning in `WebKitDownloadClient::legacyDidCancel()`
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-10 05:20 PDT by Vitaly Dyackhov
Modified: 2023-08-10 15:34 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Dyackhov 2023-08-10 05:20:09 PDT
/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.
Comment 1 Vitaly Dyackhov 2023-08-10 05:23:17 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16563
Comment 2 EWS 2023-08-10 15:34:42 PDT
Committed 266786@main (26d006a96ab6): <https://commits.webkit.org/266786@main>

Reviewed commits have been landed. Closing PR #16563 and removing active labels.