Bug 260330

Summary: jsc.cpp(3614,1): warning: function declared 'noreturn' should not return
Product: WebKit Reporter: Fujii Hironori <fujii.hironori>
Component: Web Template FrameworkAssignee: Fujii Hironori <fujii.hironori>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Fujii Hironori
Reported 2023-08-16 23:27:46 PDT
clang-cl reports the following warnings for Windows port. S:\wwbb\work\build\Source\WTF\wtf\Assertions.cpp(335,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn] S:\wwbb\work\build\Source\JavaScriptCore\jsc.cpp(2602,1): warning: non-void function does not return a value [-Wreturn-type] S:\wwbb\work\build\Source\JavaScriptCore\jsc.cpp(3614,1): warning: function declared 'noreturn' should not return [-Winvalid-noreturn]
Attachments
Fujii Hironori
Comment 1 2023-08-16 23:32:23 PDT
EWS
Comment 2 2023-08-17 02:30:38 PDT
Committed 266995@main (6c660bb7b4f5): <https://commits.webkit.org/266995@main> Reviewed commits have been landed. Closing PR #16776 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-08-17 02:31:13 PDT
Note You need to log in before you can comment on or make changes to this bug.