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
290355
[JSC][Win][Clang 20] LinkBuffer.h(392,11): warning: private field 'm_ownerUID' is not used [-Wunused-private-field]
https://bugs.webkit.org/show_bug.cgi?id=290355
Summary
[JSC][Win][Clang 20] LinkBuffer.h(392,11): warning: private field 'm_ownerUID...
Fujii Hironori
Reported
2025-03-24 17:59:23 PDT
Clang 20 can't compile Windows port. [1582/7125] Building CXX object Source\JavaScriptCore\CMakeFiles\JavaScriptCore.dir\__\__\JavaScriptCore\DerivedSources\unified-sources\UnifiedSource-cd2e8cfa-1.cpp.obj In file included from C:\webkit\wb\WebKitBuild\Debug\JavaScriptCore\DerivedSources\unified-sources\UnifiedSource-cd2e8cfa-1.cpp:6: In file included from C:\webkit\wb\Source\JavaScriptCore\assembler/LinkBuffer.cpp:27: C:\webkit\wb\Source\JavaScriptCore\assembler\LinkBuffer.h(392,11): warning: private field 'm_ownerUID' is not used [-Wunused-private-field] 392 | void* m_ownerUID { nullptr }; | ^ C:\webkit\wb\Source\JavaScriptCore\assembler\LinkBuffer.h(409,10): warning: private field 'm_isRewriting' is not used [-Wunused-private-field] 409 | bool m_isRewriting { false }; | ^ 2 warnings generated.
Attachments
[patch] alternative approach
(1.98 KB, patch)
2025-03-24 19:14 PDT
,
Fujii Hironori
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2025-03-24 19:09:33 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/42973
Fujii Hironori
Comment 2
2025-03-24 19:14:32 PDT
Created
attachment 474703
[details]
[patch] alternative approach
EWS
Comment 3
2025-03-26 19:28:07 PDT
Committed
292740@main
(e48690b09468): <
https://commits.webkit.org/292740@main
> Reviewed commits have been landed. Closing PR #42973 and removing active labels.
Radar WebKit Bug Importer
Comment 4
2025-03-26 19:29:19 PDT
<
rdar://problem/147981784
>
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