From: surya.kumar7 Date: Fri, 6 Apr 2018 14:35:20 +0000 (+0530) Subject: Coverity error handling X-Git-Tag: submit/tizen/20180420.020451^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F175087%2F4;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Coverity error handling Preload function is of type std::function and should not return a bool value Coverity: 108784 Change-Id: Ia4f7c601cf1692c347eab2d83f6936b497e14f70 Signed-off-by: surya.kumar7 --- diff --git a/runtime/browser/runtime_process.cc b/runtime/browser/runtime_process.cc index e397c27..bd6b22b 100755 --- a/runtime/browser/runtime_process.cc +++ b/runtime/browser/runtime_process.cc @@ -154,7 +154,7 @@ int main(int argc, char* argv[]) { LOGGER(DEBUG) << "run with wrt-loader"; if (!ewk_init()) { LOGGER(ERROR) << "could not init ewk"; - return false; + return; } g_prelaunch = true; char* chromium_arg_options[] = {