fix build warnings 34/140934/2
authorSangjin Lee <lsj119@samsung.com>
Thu, 27 Jul 2017 07:15:53 +0000 (16:15 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 27 Jul 2017 07:37:54 +0000 (07:37 +0000)
Change-Id: I8fd17f70203dc79eea52562bf91a25171b336881

src/lib/ecore_evas/ecore_evas.c
src/modules/evas/engines/wayland_shm/evas_shm.c

index d9e46e7..5cab484 100644 (file)
@@ -2261,7 +2261,7 @@ ecore_evas_aux_hints_supported_get(const Ecore_Evas *ee)
         iface = (Ecore_Evas_Interface_Wayland *)_ecore_evas_interface_get(ee, "wayland");
 
         if ((iface) && (iface->supported_aux_hints_get))
-          iface->supported_aux_hints_get(ee);
+          iface->supported_aux_hints_get((Ecore_Evas *)ee);
      }
 
    return ee->prop.aux_hint.supported_list;
index 74c250c..3ad09c2 100755 (executable)
@@ -389,7 +389,7 @@ _shm_leaf_release(Shm_Leaf *leaf)
 }
 
 static void
-_shm_wl_registry_global(void *data EINA_UNUSED, struct wl_registry *registry, uint32_t name, const char *interface, uint32_t version)
+_shm_wl_registry_global(void *data EINA_UNUSED, struct wl_registry *registry, uint32_t name, const char *interface, uint32_t version EINA_UNUSED)
 {
    if (!strcmp(interface, "tizen_surface_shm"))
      shmdat.tzsurf = wl_registry_bind(registry, name, &tizen_surface_shm_interface, 2);