Fix build warning 76/76176/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 23 Jun 2016 05:14:33 +0000 (14:14 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 23 Jun 2016 05:14:33 +0000 (14:14 +0900)
Change-Id: I070fba251aa2275fb5ff8f6f8b28abc6090bc9b8

packaging/e-mod-tizen-wl-textinput.spec
src/e_mod_input_panel.c

index 15cad60..f0dac04 100644 (file)
@@ -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";
index 81313a2..80ee190 100644 (file)
@@ -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;