| Summary: | WebCore\DerivedSources\JSReadableStreamSource.cpp: warning: unused function 'jsReadableStreamSource_controller' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 171618 | ||
Pull request: https://github.com/WebKit/WebKit/pull/17139 Committed 267420@main (e693585f93ab): <https://commits.webkit.org/267420@main> Reviewed commits have been landed. Closing PR #17139 and removing active labels. |
WebCore\DerivedSources\JSReadableStreamSource.cpp: warning: unused function 'jsReadableStreamSource_controller' clang-cl reports the following warning for Windows port. > WebKitBuild\Debug\WebCore\DerivedSources\JSReadableStreamSource.cpp(145,26): warning: unused function 'jsReadableStreamSource_controller' [-Wunused-function]