[Webkit-unassigned] [Bug 135287] New: BuildFix: JavaScriptCore/bytecode/StructureSet.h:262:77: warning
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 25 07:31:35 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135287
Summary: BuildFix:
JavaScriptCore/bytecode/StructureSet.h:262:77: warning
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tgergely.u-szeged at partner.samsung.com
I got a compile warning: Source/JavaScriptCore/bytecode/StructureSet.h:262:77: warning: '<anonymous>.JSC::StructureSet::m_pointer' is used uninitialized in this function [-Wuninitialized]
This is because the set() method (that is used to initialize the StructureSet object from the constructors directly or through setEmpty() or copyFrom() methods) preserves the reservedFlag from the old value which is not defined when the object is constructed.
--
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