| 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 | ||
Pull request: https://github.com/WebKit/WebKit/pull/14697 Committed 264899@main (ca8b1a25fea8): <https://commits.webkit.org/264899@main> Reviewed commits have been landed. Closing PR #14697 and removing active labels. |
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() | ^~~~~~~~~~~~~~~~