Bug 128899

Summary: CLoop buildfix after r164207
Product: WebKit Reporter: Dániel Bátyai <dbatyai.u-szeged>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, oliver, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128795    
Attachments:
Description Flags
Proposed fix none

Description Dániel Bátyai 2014-02-17 04:28:17 PST
In file included from /Volumes/Data/slave/mavericks-cloop-debug/build/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:29:
In file included from /Volumes/Data/slave/mavericks-cloop-debug/build/Source/JavaScriptCore/bytecode/CodeBlock.h:45:
/Volumes/Data/slave/mavericks-cloop-debug/build/Source/JavaScriptCore/dfg/DFGCommon.h:293:51: error: unused parameter 'mode' [-Werror,-Wunused-parameter]
inline bool shouldShowDisassembly(CompilationMode mode = DFGMode)
                                                  ^
1 error generated.
Comment 1 Dániel Bátyai 2014-02-17 04:29:22 PST
Created attachment 224356 [details]
Proposed fix
Comment 2 Csaba Osztrogonác 2014-02-17 04:31:23 PST
Comment on attachment 224356 [details]
Proposed fix

LGTM, r=me
Comment 3 WebKit Commit Bot 2014-02-17 05:09:34 PST
Comment on attachment 224356 [details]
Proposed fix

Clearing flags on attachment: 224356

Committed r164216: <http://trac.webkit.org/changeset/164216>
Comment 4 WebKit Commit Bot 2014-02-17 05:09:42 PST
All reviewed patches have been landed.  Closing bug.