[Webkit-unassigned] [Bug 91039] New: Build fix + remove dead code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 18:13:03 PDT 2012


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

           Summary: Build fix + remove dead code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: savagobr at yahoo.com


Compilation is failing thanks to a warning related with non used variable, like:

-o obj/release/dfg/DFGSpeculativeJIT32_64.o /home/adenilson/apps/webkit/Webkit/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp
/home/adenilson/apps/webkit/Webkit/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp: In member function ‘void JSC::DFG::SpeculativeJIT::emitCall(JSC::DFG::Node&)’:
/home/adenilson/apps/webkit/Webkit/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp:959:22: error: variable ‘slowCallFunction’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors

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