[Win] MSVC reports "DragImageCairoWin.cpp(142): error C2362: initialization of 'cr' is skipped by 'goto exit'" with /std:c++20 > Source\WebCore\platform\win\DragImageCairoWin.cpp(142): error C2362: initialization of 'cr' is skipped by 'goto exit' > Source\WebCore\platform\win\DragImageCairoWin.cpp(131): note: see declaration of 'cr' > Source\WebCore\platform\win\DragImageCairoWin.cpp(142): note: see declaration of 'exit' > Source\WebCore\platform\win\DragImageCairoWin.cpp(142): error C2362: initialization of 'srcImage' is skipped by 'goto exit' > Source\WebCore\platform\win\DragImageCairoWin.cpp(126): note: see declaration of 'srcImage' > Source\WebCore\platform\win\DragImageCairoWin.cpp(142): note: see declaration of 'exit'
Created attachment 447585 [details] Patch
Created attachment 447586 [details] Patch
Comment on attachment 447586 [details] Patch Clearing flags on attachment: 447586 Committed r287268 (245424@trunk): <https://commits.webkit.org/245424@trunk>
All reviewed patches have been landed. Closing bug.
<rdar://problem/86734337>