Bug 91039 - Build fix + remove dead code
Summary: Build fix + remove dead code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-11 18:13 PDT by Adenilson Cavalcanti Silva
Modified: 2012-07-11 19:49 PDT (History)
1 user (show)

See Also:


Attachments
Compile fix (1.87 KB, patch)
2012-07-11 18:16 PDT, Adenilson Cavalcanti Silva
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adenilson Cavalcanti Silva 2012-07-11 18:13:02 PDT
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
Comment 1 Adenilson Cavalcanti Silva 2012-07-11 18:16:37 PDT
Created attachment 151832 [details]
Compile fix
Comment 2 WebKit Review Bot 2012-07-11 19:49:41 PDT
Comment on attachment 151832 [details]
Compile fix

Clearing flags on attachment: 151832

Committed r122409: <http://trac.webkit.org/changeset/122409>
Comment 3 WebKit Review Bot 2012-07-11 19:49:45 PDT
All reviewed patches have been landed.  Closing bug.