Bug 257748
| Summary: | Fix -Werror=unused-function when building LLIntData.cpp with cloop enabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | JavaScriptCore | Assignee: | Michael Catanzaro <mcatanzaro> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Michael Catanzaro
In file included from /home/mcatanzaro/Projects/WebKit/WebKitBuild/JSCOnly/JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-6e4525b9-1.cpp:2:
/home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/llint/LLIntData.cpp:73:13: error: ‘void JSC::LLInt::neuterOpcodeMaps()’ defined but not used [-Werror=unused-function]
73 | static void neuterOpcodeMaps()
| ^~~~~~~~~~~~~~~~
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/14697
EWS
Committed 264899@main (ca8b1a25fea8): <https://commits.webkit.org/264899@main>
Reviewed commits have been landed. Closing PR #14697 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/110326174>