| Summary: | [GTK][WPE] Fix clang warning in `WebKitDownloadClient::legacyDidCancel()` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/16563 Committed 266786@main (26d006a96ab6): <https://commits.webkit.org/266786@main> Reviewed commits have been landed. Closing PR #16563 and removing active labels. |
/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.