[Webkit-unassigned] [Bug 234504] New: [Win] MSVC reports "DownloadBundleWin.cpp(87): error C2362: initialization of 'magic' is skipped by 'goto exit'" with /std:c++20

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 19 22:22:22 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=234504

            Bug ID: 234504
           Summary: [Win] MSVC reports "DownloadBundleWin.cpp(87): error
                    C2362: initialization of 'magic' is skipped by 'goto
                    exit'" with /std:c++20
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
            Blocks: 233448

[Win] MSVC reports "DownloadBundleWin.cpp(87): error C2362: initialization of 'magic' is skipped by 'goto exit'" with /std:c++20

> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(87): error C2362: initialization of 'magic' is skipped by 'goto exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(80): note: see declaration of 'magic'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(87): note: see declaration of 'exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(173): error C2362: initialization of 'footerStartPosition' is skipped by 'goto exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(150): note: see declaration of 'footerStartPosition'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(173): note: see declaration of 'exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(173): error C2362: initialization of 'footerLength' is skipped by 'goto exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(143): note: see declaration of 'footerLength'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(173): note: see declaration of 'exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(173): error C2362: initialization of 'footerLengthPosition' is skipped by 'goto exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(135): note: see declaration of 'footerLengthPosition'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(173): note: see declaration of 'exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(173): error C2362: initialization of 'footerMagicNumber' is skipped by 'goto exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(122): note: see declaration of 'footerMagicNumber'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(173): note: see declaration of 'exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(173): error C2362: initialization of 'footerMagicNumberPosition' is skipped by 'goto exit'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(115): note: see declaration of 'footerMagicNumberPosition'
> Source\WebCore\platform\network\win\DownloadBundleWin.cpp(173): note: see declaration of 'exit'


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=233448
[Bug 233448] [CMake][MSVC] Compile with /permissive-
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211220/c79bf390/attachment.htm>


More information about the webkit-unassigned mailing list