[Webkit-unassigned] [Bug 103378] New: [sh4] Fix compilation warnings in JavaScriptCore JIT for sh4 arch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 01:26:35 PST 2012


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

           Summary: [sh4] Fix compilation warnings in JavaScriptCore JIT
                    for sh4 arch
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P5
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jbrianceau at nds.com


Fix the following compilation warnings in JavaScriptCore JIT for sh4 arch:
/local/wkit/slavebuildbot/workspace/qt-linux-sh4-release/build/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h:1796:21: warning: comparison between ‘enum JSC::MacroAssemblerSH4::ResultCondition’ and ‘enum JSC::MacroAssemblerSH4::RelationalCondition’ [-Wenum-compare]
/local/wkit/slavebuildbot/workspace/qt-linux-sh4-release/build/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h:1810:21: warning: comparison between ‘enum JSC::MacroAssemblerSH4::ResultCondition’ and ‘enum JSC::MacroAssemblerSH4::RelationalCondition’ [-Wenum-compare]
/local/wkit/slavebuildbot/workspace/qt-linux-sh4-release/build/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h:1824:21: warning: comparison between ‘enum JSC::MacroAssemblerSH4::ResultCondition’ and ‘enum JSC::MacroAssemblerSH4::RelationalCondition’ [-Wenum-compare]
/local/wkit/slavebuildbot/workspace/qt-linux-sh4-release/build/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h:1845:21: warning: comparison between ‘enum JSC::MacroAssemblerSH4::ResultCondition’ and ‘enum JSC::MacroAssemblerSH4::RelationalCondition’ [-Wenum-compare]
/local/wkit/slavebuildbot/workspace/qt-linux-sh4-release/build/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h:1898:21: warning: comparison between ‘enum JSC::MacroAssemblerSH4::ResultCondition’ and ‘enum JSC::MacroAssemblerSH4::RelationalCondition’ [-Wenum-compare]
/local/wkit/slavebuildbot/workspace/qt-linux-sh4-release/build/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h:1933:21: warning: comparison between ‘enum JSC::MacroAssemblerSH4::ResultCondition’ and ‘enum JSC::MacroAssemblerSH4::RelationalCondition’ [-Wenum-compare]
/local/wkit/slavebuildbot/workspace/qt-linux-sh4-release/build/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h:1967:21: warning: comparison between ‘enum JSC::MacroAssemblerSH4::ResultCondition’ and ‘enum JSC::MacroAssemblerSH4::RelationalCondition’ [-Wenum-compare]
/local/wkit/slavebuildbot/workspace/qt-linux-sh4-release/build/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h:2002:21: warning: comparison between ‘enum JSC::MacroAssemblerSH4::ResultCondition’ and ‘enum JSC::MacroAssemblerSH4::RelationalCondition’ [-Wenum-compare]
/local/wkit/slavebuildbot/workspace/qt-linux-sh4-release/build/Source/JavaScriptCore/assembler/MacroAssemblerSH4.h:2043:21: warning: comparison between ‘enum JSC::MacroAssemblerSH4::ResultCondition’ and ‘enum JSC::MacroAssemblerSH4::RelationalCondition’ [-Wenum-compare]

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