RESOLVED FIXED 135414
Build warning in webkit/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
https://bugs.webkit.org/show_bug.cgi?id=135414
Summary Build warning in webkit/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
Tanay
Reported 2014-07-30 02:47:31 PDT
Build warning as follows /home/tanay.c/webkit-tar/webkit/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:1447:18: warning: unused parameter ‘vm’ [-Wunused-parameter] static JSObject* putToScopeCommon(ExecState* exec, Instruction* pc, VM& vm)
Attachments
Patch (1.33 KB, patch)
2014-07-30 02:59 PDT, Tanay
no flags
Patch (1.31 KB, patch)
2014-07-30 22:26 PDT, Tanay
no flags
Tanay
Comment 1 2014-07-30 02:59:04 PDT
Mark Hahnenberg
Comment 2 2014-07-30 05:53:59 PDT
Comment on attachment 235738 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=235738&action=review > Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:1447 > +static JSObject* putToScopeCommon(ExecState* exec, Instruction* pc, VM& /*vm*/) You don't need to comment it out. Since it's not adding any useful information, you can simply remove the parameter name entirely.
Tanay
Comment 3 2014-07-30 22:26:28 PDT
WebKit Commit Bot
Comment 4 2014-07-31 10:38:03 PDT
Comment on attachment 235807 [details] Patch Clearing flags on attachment: 235807 Committed r171867: <http://trac.webkit.org/changeset/171867>
WebKit Commit Bot
Comment 5 2014-07-31 10:38:05 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.