WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 159194
Bug 159193
[JSC] Fix build warning since
r202502
https://bugs.webkit.org/show_bug.cgi?id=159193
Summary
[JSC] Fix build warning since r202502
Gyuyoung Kim
Reported
2016-06-27 21:41:38 PDT
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] } ^
Attachments
Patch
(1.15 KB, patch)
2016-06-27 21:42 PDT
,
Gyuyoung Kim
no flags
Details
Formatted Diff
Diff
Patch
(1.41 KB, patch)
2016-06-27 22:23 PDT
,
Gyuyoung Kim
no flags
Details
Formatted Diff
Diff
Patch
(1.19 KB, patch)
2016-06-28 00:33 PDT
,
Gyuyoung Kim
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Gyuyoung Kim
Comment 1
2016-06-27 21:42:43 PDT
Created
attachment 282210
[details]
Patch
Yusuke Suzuki
Comment 2
2016-06-27 22:02:03 PDT
I think we should fix this like that
https://bugs.webkit.org/show_bug.cgi?id=152887
. See the context.
https://bugs.webkit.org/show_bug.cgi?id=150794#c7
Gyuyoung Kim
Comment 3
2016-06-27 22:23:56 PDT
Created
attachment 282212
[details]
Patch
Gyuyoung Kim
Comment 4
2016-06-27 22:24:35 PDT
(In reply to
comment #2
)
> I think we should fix this like that >
https://bugs.webkit.org/show_bug.cgi?id=152887
. > See the context.
https://bugs.webkit.org/show_bug.cgi?id=150794#c7
Looks like this fix is better than me. Fixed.
Yusuke Suzuki
Comment 5
2016-06-27 22:26:33 PDT
Comment on
attachment 282212
[details]
Patch r=me
Gyuyoung Kim
Comment 6
2016-06-28 00:33:10 PDT
Created
attachment 282219
[details]
Patch
Gyuyoung Kim
Comment 7
2016-06-28 00:38:19 PDT
*** This bug has been marked as a duplicate of
bug 159194
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug