[Webkit-unassigned] [Bug 30474] New: Use ISO C++ conformant _stricmp and _strnicmp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 20:50:34 PDT 2009


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

           Summary: Use ISO C++ conformant _stricmp and _strnicmp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


POSIX function such as stricmp and strnicmp are deprecated beginning in Visual
C++ 2005. Use ISO C++ conformant _stricmp and _strnicmp instead in
StringExtras.h.

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