erase build warning 50/65250/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 8 Apr 2016 05:37:05 +0000 (14:37 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 8 Apr 2016 05:37:09 +0000 (14:37 +0900)
Change-Id: I2b7a464a1707cf66bd701a687f318ccb69807092
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/e_mod_main.c

index fc73de3..ff137f1 100644 (file)
@@ -100,13 +100,13 @@ static Eina_Bool
 _e_eom_ecore_drm_activate_cb(void *data, int type EINA_UNUSED, void *event)
 {
    Ecore_Drm_Event_Activate *e = NULL;
-   E_EomPtr eom = NULL;
+   /* E_EomPtr eom = NULL; */
 
    EOM_DBG("_e_eom_ecore_drm_activate_cb called\n");
 
    if ((!event) || (!data)) goto end;
    e = event;
-   eom = data;
+   /* eom = data; */
 
    EOM_DBG("e->active:%d\n", e->active);
 
@@ -203,7 +203,7 @@ _e_eom_init()
    EINA_SAFETY_ON_NULL_GOTO(e_comp_wl, err);
 
    g_eom = E_NEW(E_Eom, 1);
-   EINA_SAFETY_ON_NULL_RETURN_VAL(g_eom, NULL);
+   EINA_SAFETY_ON_NULL_RETURN_VAL(g_eom, EINA_FALSE);
 
    g_eom->global = wl_global_create(e_comp_wl->wl.disp,
                                     &wl_eom_interface,