Bug 257748 - Fix -Werror=unused-function when building LLIntData.cpp with cloop enabled
Summary: Fix -Werror=unused-function when building LLIntData.cpp with cloop enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-06 07:45 PDT by Michael Catanzaro
Modified: 2023-06-06 09:04 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 Michael Catanzaro 2023-06-06 07:45:02 PDT
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()
      |             ^~~~~~~~~~~~~~~~
Comment 1 Michael Catanzaro 2023-06-06 08:04:22 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14697
Comment 2 EWS 2023-06-06 09:03:25 PDT
Committed 264899@main (ca8b1a25fea8): <https://commits.webkit.org/264899@main>

Reviewed commits have been landed. Closing PR #14697 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-06-06 09:04:37 PDT
<rdar://problem/110326174>