[Webkit-unassigned] [Bug 43920] New: Fix warning in WebCore\plugins\win\PluginPackageWin.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 12 08:23:19 PDT 2010


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

           Summary: Fix warning in
                    WebCore\plugins\win\PluginPackageWin.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
            Blocks: 43191


warning on Windows in debug mode with MinGW:

..\..\..\WebCore\plugins\win\PluginPackageWin.cpp: In member function 'bool WebCore::PluginPackage::fetchInfo()':
..\..\..\WebCore\plugins\win\PluginPackageWin.cpp:184: warning: deprecated conversion from string constant to 'WCHAR*'

WebCore\plugins\win\PluginPackageWin.cpp:184:
if (!VerQueryValue(versionInfoData.get(), TEXT("\\"), (LPVOID*) &info, &infoSize) || infoSize < sizeof(VS_FIXEDFILEINFO))
        return false;

-- 
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