Ignore warnings in clipboard_helper_efl.cc
authorSeungSeop Park <sns.park@samsung.com>
Fri, 15 Jan 2016 04:13:49 +0000 (13:13 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
commit3b65728fa00dfbc8b49854f268946d3ea13b33c1
tree0112e0fcd0ceeb40998598e43e4526371c254cc7
parent0c0c45b4e85911e04fe7be4ac27d605ef46f35db
Ignore warnings in clipboard_helper_efl.cc

There are several warnings of -Wunused-variable and -Wunused-function.
These are originated from temporary code under defined(WAYLAND_BRINGUP) guard.
Rather than fixing the temporary code, patch just ignores the warnings.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=15535

Reviewed by: sns.park

Change-Id: Ief83a2628d119154cd4f2b81adadc00636811987
Signed-off-by: SeungSeop Park <sns.park@samsung.com>
tizen_src/chromium_impl/ui/base/clipboard/clipboard_helper_efl.cc