[Webkit-unassigned] [Bug 159193] New: [JSC] Fix build warning since r202502
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 27 21:41:38 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159193
Bug ID: 159193
Summary: [JSC] Fix build warning since r202502
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gyuyoung.kim at webkit.org
r202502 made a build warning because there is no default return value in TypeMap::at().
[107/4159] Building CXX object Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/b3/B3InsertionSet.cpp.o
In file included from ../../Source/JavaScriptCore/b3/B3InsertionSet.h:33:0,
from ../../Source/JavaScriptCore/b3/B3InsertionSet.cpp:27:
../../Source/JavaScriptCore/b3/B3TypeMap.h: In member function âT& JSC::B3::TypeMap<T>::at(JSC::B3::Type) [with T = JSC::B3::Value*]â:
../../Source/JavaScriptCore/b3/B3TypeMap.h:62:5: warning: control reaches end of non-void function [-Wreturn-type]
}
^
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160628/c35e2349/attachment.html>
More information about the webkit-unassigned
mailing list