[Webkit-unassigned] [Bug 40360] New: Windows build break due to C4819 warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 9 05:31:51 PDT 2010


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

           Summary: Windows build break due to C4819 warning
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


WKCAImageQueue.cpp and MediaPlayerPrivateFullscreenWindow.cpp contain non-ASCII double quotation marks around "AS IS".  This causes C4819 warning in Korean version of Windows. I think it may cause the warning in some of non-English  Windows too. Replace the double quotation mark with ``.


6>WKCAImageQueue.cpp
6>..\platform\graphics\win\WKCAImageQueue.cpp : error C2220: warning treated as error - no 'object' file generated
6>..\platform\graphics\win\WKCAImageQueue.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss

6>MediaPlayerPrivateFullscreenWindow.cpp
6>..\platform\graphics\win\MediaPlayerPrivateFullscreenWindow.cpp : error C2220: warning treated as error - no 'object' file generated
6>..\platform\graphics\win\MediaPlayerPrivateFullscreenWindow.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss

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