From: Jihoon Kim Date: Thu, 23 Jun 2016 05:14:33 +0000 (+0900) Subject: Fix build warning X-Git-Tag: submit/tizen/20160628.134150~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e017a6cd7ace4ca1edcd367287af29b94e37bca;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wl-textinput.git Fix build warning Change-Id: I070fba251aa2275fb5ff8f6f8b28abc6090bc9b8 --- diff --git a/packaging/e-mod-tizen-wl-textinput.spec b/packaging/e-mod-tizen-wl-textinput.spec index 15cad60..f0dac04 100644 --- a/packaging/e-mod-tizen-wl-textinput.spec +++ b/packaging/e-mod-tizen-wl-textinput.spec @@ -23,7 +23,8 @@ The Enlightenment WM Wayland Text Input Module for Tizen %setup -q -n %{name}-%{version} %build - +CFLAGS+=" -Werror"; +CXXFLAGS+=" -Werror"; %if "%{profile}" == "tv" CFLAGS+=" -D_TV"; CXXFLAGS+=" -D_TV"; diff --git a/src/e_mod_input_panel.c b/src/e_mod_input_panel.c index 81313a2..80ee190 100644 --- a/src/e_mod_input_panel.c +++ b/src/e_mod_input_panel.c @@ -235,7 +235,6 @@ static void _e_input_panel_surface_visible_update(E_Input_Panel_Surface *ips) { E_Client *ec; - E_Comp_Wl_Client_Data *cdata; if (!ips) return;