[Webkit-unassigned] [Bug 125014] New: Fix broken build when DFG_ENABLE_DEBUG_VERBOSE enabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 29 08:31:45 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125014
Summary: Fix broken build when DFG_ENABLE_DEBUG_VERBOSE enabled
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: lac at inf.u-szeged.hu
Enabling verbose mode (#define DFG_ENABLE_DEBUG_VERBOSE 1 in DFGCommon.h) results in build errors like:
Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:1411:234: error: format ‘%zu’ expects argument of type ‘size_t’, but argument 3 has type ‘JSC::DFG::BlockIndex {aka unsigned int}’ [-Werror=format]
--
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