[Webkit-unassigned] [Bug 114258] New: Initialization skipped error on WinCario after r147643

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 02:45:24 PDT 2013


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

           Summary: Initialization skipped error on WinCario after r147643
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Windows 7
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loki at webkit.org
                CC: ossy at webkit.org, galpeter at inf.u-szeged.hu,
                    mrobinson at webkit.org, dchris at gmail.com


There is compiler error on WinCario after http://trac.webkit.org/changeset/147643

The output (http://build.webkit.org/builders/WinCairo%20Release/builds/25100/steps/compile-webkit/logs/stdio) says:

 platform\win\DragImageCairoWin.cpp(184) : error C2362: initialization of 'surface' is skipped by 'goto exit'


which can be fixed by adding an extra block statement ( http://msdn.microsoft.com/en-us/library/s6s80d9f(v=vs.80).aspx ).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list