[Webkit-unassigned] [Bug 26577] New: Same warnings in yarr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 20 17:56:31 PDT 2009


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

           Summary: Same warnings in yarr
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


Fix the following warnings on Linux/GCC 4.2.2 

yarr/RegexCompiler.cpp: In member function 'void
JSC::Yarr::CharacterClassConstructor::putRange(UChar, UChar)':
yarr/RegexCompiler.cpp:126: warning: comparison between signed and unsigned
integer expressions
yarr/RegexCompiler.cpp:132: warning: comparison between signed and unsigned
integer expressions
yarr/RegexInterpreter.cpp: In member function 'bool
JSC::Yarr::Interpreter::tryConsumeCharacter(int)':
yarr/RegexInterpreter.cpp:290: warning: comparison between signed and unsigned
integer expressions
yarr/RegexInterpreter.cpp:290: warning: comparison between signed and unsigned
integer expressions


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



More information about the webkit-unassigned mailing list