WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
300850
Fix -Wmissing-declarations warnings during JavaScriptCore module verification
https://bugs.webkit.org/show_bug.cgi?id=300850
Summary
Fix -Wmissing-declarations warnings during JavaScriptCore module verification
David Kilzer (:ddkilzer)
Reported
2025-10-15 18:15:36 PDT
Fix -Wmissing-declarations warnings during JavaScriptCore module verification. This happens because TrackedReferences.h is marked as a private header for JavaScriptCore.framework, but it doesn't export any methods. ``` In file included from WebKitBuild/JavaScriptCore.build/Release/JavaScriptCore.build/VerifyModule/JavaScriptCore/objective-c++/Test.mm:1: In file included from WebKitBuild/JavaScriptCore.build/Release/JavaScriptCore.build/VerifyModule/JavaScriptCore/objective-c++/Test.framework/Headers/Test.h:792: WebKitBuild/Release/JavaScriptCore.framework/PrivateHeaders/TrackedReferences.h:43:5: warning: declaration does not declare anything [-Wmissing-declarations] 43 | void check(JSCell*) const; | ^~~~~~~~~~~~~~~~~~~~~~~~~ WebKitBuild/Release/JavaScriptCore.framework/PrivateHeaders/TrackedReferences.h:44:5: warning: declaration does not declare anything [-Wmissing-declarations] 44 | void check(JSValue) const; | ^~~~~~~~~~~~~~~~~~~~~~~~~ ```
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-10-15 18:15:54 PDT
<
rdar://problem/162735197
>
David Kilzer (:ddkilzer)
Comment 2
2025-10-15 18:19:39 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/52436
EWS
Comment 3
2025-10-16 11:26:20 PDT
Committed
301645@main
(8e39b0b531eb): <
https://commits.webkit.org/301645@main
> Reviewed commits have been landed. Closing PR #52436 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug