RESOLVED FIXED 259097
Fix clang-cl warnings for JavaScriptCore Windows port
https://bugs.webkit.org/show_bug.cgi?id=259097
Summary Fix clang-cl warnings for JavaScriptCore Windows port
Fujii Hironori
Reported 2023-07-11 00:03:51 PDT
C:\home\webkit\gc\Source\JavaScriptCore\tools/JSDollarVM.cpp(2854,13): warning: unused function 'callWithStackSizeProbeFunction' [-Wunused-function] static void callWithStackSizeProbeFunction(Probe::State* state) ^ C:\home\webkit\gc\Source\JavaScriptCore\jsc.cpp(3611,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ C:\home\webkit\gc\Source\JavaScriptCore\jsc.cpp(3079,24): warning: unused variable 'waitToExit' [-Wunused-variable] static BinarySemaphore waitToExit; ^
Attachments
Fujii Hironori
Comment 1 2023-07-11 00:08:11 PDT
EWS
Comment 2 2023-07-11 01:55:11 PDT
Committed 265941@main (124bb51866f9): <https://commits.webkit.org/265941@main> Reviewed commits have been landed. Closing PR #15729 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-07-11 01:56:17 PDT
Note You need to log in before you can comment on or make changes to this bug.