Bug 151444 - [EFL] Fix Wreturn-type clang warning in EWK2UnitTestBase.cpp
Summary: [EFL] Fix Wreturn-type clang warning in EWK2UnitTestBase.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 145121
  Show dependency treegraph
 
Reported: 2015-11-19 06:36 PST by Csaba Osztrogonác
Modified: 2015-11-19 09:42 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.61 KB, patch)
2015-11-19 06:37 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-11-19 06:36:22 PST
../../Source/WebKit2/UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestBase.cpp:203:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
Comment 1 Csaba Osztrogonác 2015-11-19 06:37:30 PST
Created attachment 265863 [details]
Patch
Comment 2 WebKit Commit Bot 2015-11-19 09:42:23 PST
Comment on attachment 265863 [details]
Patch

Clearing flags on attachment: 265863

Committed r192629: <http://trac.webkit.org/changeset/192629>
Comment 3 WebKit Commit Bot 2015-11-19 09:42:27 PST
All reviewed patches have been landed.  Closing bug.