RESOLVED FIXED Bug 91039
Build fix + remove dead code
https://bugs.webkit.org/show_bug.cgi?id=91039
Summary Build fix + remove dead code
Adenilson Cavalcanti Silva
Reported 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
Attachments
Compile fix (1.87 KB, patch)
2012-07-11 18:16 PDT, Adenilson Cavalcanti Silva
no flags
Adenilson Cavalcanti Silva
Comment 1 2012-07-11 18:16:37 PDT
Created attachment 151832 [details] Compile fix
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-07-11 19:49:45 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.