[webkit-changes] [WebKit/WebKit] 124bb5: Fix clang-cl warnings for JavaScriptCore Windows port
Fujii Hironori
noreply at github.com
Tue Jul 11 01:55:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 124bb51866f924cd247273b37831befaeae2d07c
https://github.com/WebKit/WebKit/commit/124bb51866f924cd247273b37831befaeae2d07c
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M Source/JavaScriptCore/jsc.cpp
M Source/JavaScriptCore/tools/JSDollarVM.cpp
Log Message:
-----------
Fix clang-cl warnings for JavaScriptCore Windows port
https://bugs.webkit.org/show_bug.cgi?id=259097
Reviewed by Ross Kirsling.
clang-cl reported the following warnings:
> tools/JSDollarVM.cpp(2854,13): warning: unused function 'callWithStackSizeProbeFunction' [-Wunused-function]
> jsc.cpp(3611,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn]
> jsc.cpp(3079,24): warning: unused variable 'waitToExit' [-Wunused-variable]
* Source/JavaScriptCore/jsc.cpp:
(JSC_DEFINE_HOST_FUNCTION):
* Source/JavaScriptCore/tools/JSDollarVM.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION_WITH_ATTRIBUTES):
Canonical link: https://commits.webkit.org/265941@main
More information about the webkit-changes
mailing list