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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 03:12:47 PDT 2010


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #5 from Csaba Osztrogonac <ossy at webkit.org>  2010-09-08 03:12:47 PST ---
..\..\..\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*'

if (!VerQueryValueW(versionInfoData.get(), L"\\", (LPVOID*) &info, &infoSize) || infoSize < sizeof(VS_FIXEDFILEINFO))
        return false;

Unfortunately MinGW still warns. I thought 
it worked, because I missed --debug option. :(

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