[Webkit-unassigned] [Bug 132331] New: [EFL] Build warning in DFGFixupPhase.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 29 04:32:23 PDT 2014


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

           Summary: [EFL] Build warning in DFGFixupPhase.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tanay.c at samsung.com


In file included from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGAdjacencyList.h:32:0,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGBasicBlock.h:35,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGGraph.h:34,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:31:
/home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGEdge.h: In member function ‘void JSC::DFG::FixupPhase::injectTypeConversionsForEdge(JSC::DFG::Node*, JSC::DFG::Edge&)’:
/home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGEdge.h:64:22: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:1898:19: note: ‘result’ was declared here
In file included from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGAdjacencyList.h:32:0,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGBasicBlock.h:35,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGGraph.h:34,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:31:
/home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGEdge.h: In member function ‘void JSC::DFG::FixupPhase::injectTypeConversionsInBlock(JSC::DFG::BasicBlock*)’:
/home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGEdge.h:64:22: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:1898:19: note: ‘result’ was declared here
In file included from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGAdjacencyList.h:32:0,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGBasicBlock.h:35,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGGraph.h:34,
                 from /home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:31:
/home/tanay.c/webkit/Source/JavaScriptCore/dfg/DFGEdge.h:64:22: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]

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