Fixes compiler warnings
authorArnaud Renevier <a.renevier@samsung.com>
Mon, 23 Feb 2015 23:12:21 +0000 (15:12 -0800)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit965af7cef8b828989f57fdbc3c45501b0166be3b
tree25e43baa8700cd50e8c1e58612b9f3a8e607c91a
parent540c575cd875793ab3ffed8c74ee8ee53b859cdc
Fixes compiler warnings

This patch fixes various compiler warnings: initialization order of
class members, incorrect sign comparaison, uninitialized variable,
incorrect return types, incorrect enum comparaison and incorrect type
conversions.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=9706
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I6aeccb073cf9561d2cbb09c5c63e60397d81a8d1
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
14 files changed:
tizen_src/ewk/efl_integration/public/ewk_view.cc
tizen_src/impl/browser/inputpicker/InputPicker.cc
tizen_src/impl/browser/speech/tts_tizen.cc
tizen_src/impl/browser/web_contents/web_drag_dest_efl.cc
tizen_src/impl/browser/web_contents/web_drag_source_efl.cc
tizen_src/impl/components/clipboard/clipboard_helper_efl.cc
tizen_src/impl/context_menu_controller_efl.cc
tizen_src/impl/context_menu_controller_efl.h
tizen_src/impl/gl/gl_shared_context_efl.cc
tizen_src/impl/media/video/capture/tizen/video_capture_device_factory_tizen.cc
tizen_src/impl/media/video/capture/tizen/video_capture_device_tizen.cc
tizen_src/impl/popup_controller_efl.cc
tizen_src/impl/renderer/render_view_observer_efl.cc
tizen_src/impl/web_contents_delegate_efl.cc